- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for childScmConnectionInheritAppendPath (0.18 seconds)
-
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomBuilderTest.java
.developerConnection("scm:git:https://github.com/apache/maven-project.git") .url("https://github.com/apache/maven-project") .childScmConnectionInheritAppendPath("true") .childScmUrlInheritAppendPath("true") .childScmDeveloperConnectionInheritAppendPath("true") .build()) .build();
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) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
.scm( model.getScm() != null ? Scm.newBuilder(model.getScm(), true) .childScmConnectionInheritAppendPath(null) .childScmUrlInheritAppendPath(null) .childScmDeveloperConnectionInheritAppendPath(null)
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) -
api/maven-api-model/src/main/mdo/maven.mdo
]]> </description> <type>String</type> </field> <field xml.attribute="true" xml.tagName="child.scm.connection.inherit.append.path"> <name>childScmConnectionInheritAppendPath</name> <version>4.0.0+</version> <description> <![CDATA[ When children inherit from scm connection, append path or not? Note: While the typeCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0)