- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setChildSiteUrlInheritAppendPath (0.27 sec)
-
compat/maven-model/pom.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 7.1K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
// ChildSiteUrlInheritAppendPath org = site.getChildSiteUrlInheritAppendPath(); val = interpolate(org); if (org != val) { site.setChildSiteUrlInheritAppendPath(val); } } } private void visit(Relocation relocation) { if (relocation != null) { String org, 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
String src = source.getChildSiteUrlInheritAppendPath(); if (src != null) { if (sourceDominant || target.getChildSiteUrlInheritAppendPath() == null) { target.setChildSiteUrlInheritAppendPath(src); target.setLocation( "child.site.url.inherit.append.path", source.getLocation("child.site.url.inherit.append.path")); } } }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0)