- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for childScmDeveloperConnectionInheritAppendPath (0.28 sec)
-
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomBuilderTest.java
.childScmConnectionInheritAppendPath("true") .childScmUrlInheritAppendPath("true") .childScmDeveloperConnectionInheritAppendPath("true") .build()) .build(); Model transformed = DefaultConsumerPomBuilder.transformNonPom(model, null);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 06 18:32:25 UTC 2025 - 7.2K bytes - Viewed (0) -
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();
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.setChildScmConnectionInheritAppendPath(val); } // ChildScmDeveloperConnectionInheritAppendPath org = scm.getChildScmDeveloperConnectionInheritAppendPath(); val = interpolate(org); if (org != 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) -
api/maven-api-model/src/main/mdo/maven.mdo
</description> <type>String</type> </field> <field xml.attribute="true" xml.tagName="child.scm.developerConnection.inherit.append.path"> <name>childScmDeveloperConnectionInheritAppendPath</name> <version>4.0.0+</version> <description> <![CDATA[ When children inherit from scm developer connection, append path or not? Note: While the typeRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)