- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getChildScmUrlInheritAppendPath (0.12 seconds)
-
api/maven-api-model/src/main/mdo/maven.mdo
} public boolean isChildScmUrlInheritAppendPath() { return (getChildScmUrlInheritAppendPath() != null) ? Boolean.parseBoolean(getChildScmUrlInheritAppendPath()) : true; } ]]> </code> </codeSegment> <codeSegment> <version>4.0.0+</version> <code>Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 17 09:48:21 GMT 2026 - 133.5K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
if (org != val) { scm.setChildScmDeveloperConnectionInheritAppendPath(val); } // ChildScmUrlInheritAppendPath org = scm.getChildScmUrlInheritAppendPath(); val = interpolate(org); if (org != val) { scm.setChildScmUrlInheritAppendPath(val); } } }
Created: Sun Apr 05 03:35:12 GMT 2026 - 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
Scm target, Scm source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getChildScmUrlInheritAppendPath(); if (src != null) { if (sourceDominant || target.getChildScmUrlInheritAppendPath() == null) { target.setChildScmUrlInheritAppendPath(src); target.setLocation(
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0)