- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for childSiteUrlInheritAppendPath (0.16 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
org = site.getUrl(); val = interpolate(org); if (org != val) { site.setUrl(val); } // ChildSiteUrlInheritAppendPath org = site.getChildSiteUrlInheritAppendPath(); val = interpolate(org); if (org != val) { site.setChildSiteUrlInheritAppendPath(val);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 43.1K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
]]> </description> <type>String</type> </field> <field xml.attribute="true" xml.tagName="child.site.url.inherit.append.path"> <name>childSiteUrlInheritAppendPath</name> <version>4.0.0+</version> <description> <![CDATA[ When children inherit from distribution management site url, append path or not? Note: While the typeRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)