- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getChildSiteUrlInheritAppendPath (0.26 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
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) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
Site target, Site source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getChildSiteUrlInheritAppendPath(); if (src != null) { if (sourceDominant || target.getChildSiteUrlInheritAppendPath() == null) { target.setChildSiteUrlInheritAppendPath(src); target.setLocation(
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<version>4.0.0+</version> <code> <![CDATA[ public boolean isChildSiteUrlInheritAppendPath() { return (getChildSiteUrlInheritAppendPath() != null) ? Boolean.parseBoolean(getChildSiteUrlInheritAppendPath()) : true; } ]]> </code> </codeSegment> </codeSegments> </class> <class>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)