- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for childProjectUrlInheritAppendPath (0.14 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
String intUrl = interpolate(orgUrl); if (orgUrl != intUrl) { model.setUrl(intUrl); } // ChildProjectUrlInheritAppendPath String orgChildProjectUrlInheritAppendPath = model.getChildProjectUrlInheritAppendPath(); String intChildProjectUrlInheritAppendPath = interpolate(orgChildProjectUrlInheritAppendPath);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 43.1K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
return getDelegate().isChildProjectUrlInheritAppendPath(); } public void setChildProjectUrlInheritAppendPath(boolean childProjectUrlInheritAppendPath) { delegate = getDelegate().withChildProjectUrlInheritAppendPath(String.valueOf(childProjectUrlInheritAppendPath)); } ]]> </code> </codeSegment> <codeSegment> <version>4.1.0+</version>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0)