- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for childScmUrlInheritAppendPath (0.09 sec)
-
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
? Scm.newBuilder(model.getScm(), true) .childScmConnectionInheritAppendPath(null) .childScmUrlInheritAppendPath(null) .childScmDeveloperConnectionInheritAppendPath(null) .build() : null);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 27 07:40:26 UTC 2025 - 21.2K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
val = interpolate(org); if (org != val) { scm.setChildScmDeveloperConnectionInheritAppendPath(val); } // ChildScmUrlInheritAppendPath org = scm.getChildScmUrlInheritAppendPath(); val = interpolate(org); if (org != val) { scm.setChildScmUrlInheritAppendPath(val);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 43.1K bytes - Viewed (0)