- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for getChildScmDeveloperConnectionInheritAppendPath (0.57 seconds)
-
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomBuilderTest.java
assertNull(transformed.getScm().getChildScmConnectionInheritAppendPath()); assertNull(transformed.getScm().getChildScmUrlInheritAppendPath()); assertNull(transformed.getScm().getChildScmDeveloperConnectionInheritAppendPath()); }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 06 18:32:25 GMT 2025 - 7.2K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
scm.setChildScmConnectionInheritAppendPath(val); } // ChildScmDeveloperConnectionInheritAppendPath org = scm.getChildScmDeveloperConnectionInheritAppendPath(); val = interpolate(org); if (org != val) { scm.setChildScmDeveloperConnectionInheritAppendPath(val); }
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
Scm target, Scm source, boolean sourceDominant, Map<Object, Object> context) { String src = source.getChildScmDeveloperConnectionInheritAppendPath(); if (src != null) { if (sourceDominant || target.getChildScmDeveloperConnectionInheritAppendPath() == null) { target.setChildScmDeveloperConnectionInheritAppendPath(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 boolean isChildScmDeveloperConnectionInheritAppendPath() { return (getChildScmDeveloperConnectionInheritAppendPath() != null) ? Boolean.parseBoolean(getChildScmDeveloperConnectionInheritAppendPath()) : true; } public boolean isChildScmUrlInheritAppendPath() {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)