- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getChildProjectUrlInheritAppendPath (0.12 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
model.setUrl(intUrl); } // ChildProjectUrlInheritAppendPath String orgChildProjectUrlInheritAppendPath = model.getChildProjectUrlInheritAppendPath(); String intChildProjectUrlInheritAppendPath = interpolate(orgChildProjectUrlInheritAppendPath); if (orgChildProjectUrlInheritAppendPath != intChildProjectUrlInheritAppendPath) {
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) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
Model target, Model source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getChildProjectUrlInheritAppendPath(); if (src != null) { if (sourceDominant || target.getChildProjectUrlInheritAppendPath() == null) { target.setChildProjectUrlInheritAppendPath(src); target.setLocation(
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
public String toString() { return getId(); } public boolean isChildProjectUrlInheritAppendPath() { return ( getChildProjectUrlInheritAppendPath() != null ) ? Boolean.parseBoolean( getChildProjectUrlInheritAppendPath() ) : true; } ]]> </code> </codeSegment> </codeSegments> </class> <class>
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)