- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for childScmDeveloperConnectionInheritAppendPath (0.49 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
.childScmConnectionInheritAppendPath(null) .childScmUrlInheritAppendPath(null) .childScmDeveloperConnectionInheritAppendPath(null) .build() : null); builder.profiles(prune(model.getProfiles())); model = builder.build();
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 27 07:40:26 GMT 2025 - 21.2K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
val = interpolate(org); if (org != val) { scm.setChildScmConnectionInheritAppendPath(val); } // ChildScmDeveloperConnectionInheritAppendPath org = scm.getChildScmDeveloperConnectionInheritAppendPath(); val = interpolate(org); if (org != 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)