- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isChildScmConnectionInheritAppendPath (0.21 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/merge/MavenModelMerger.java
target.setLocation("connection", source.getLocation("connection")); } else if (target.getConnection() == null) { target.setConnection(extrapolateChildUrl(src, source.isChildScmConnectionInheritAppendPath(), context)); target.setLocation("connection", source.getLocation("connection")); } } } @Override protected void mergeScm_DeveloperConnection(
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 21.7K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
</field> </fields> <codeSegments> <codeSegment> <version>4.0.0+</version> <code> <![CDATA[ public boolean isChildScmConnectionInheritAppendPath() { return (getChildScmConnectionInheritAppendPath() != null) ? Boolean.parseBoolean(getChildScmConnectionInheritAppendPath()) : true; }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)