- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getChildScmConnectionInheritAppendPath (0.13 seconds)
-
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.getChildScmConnectionInheritAppendPath(); if (src != null) { if (sourceDominant || target.getChildScmConnectionInheritAppendPath() == null) { target.setChildScmConnectionInheritAppendPath(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
<version>4.0.0+</version> <code> <![CDATA[ public boolean isChildScmConnectionInheritAppendPath() { return (getChildScmConnectionInheritAppendPath() != null) ? Boolean.parseBoolean(getChildScmConnectionInheritAppendPath()) : true; } public boolean isChildScmDeveloperConnectionInheritAppendPath() {
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)