Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for childScmDeveloperConnectionInheritAppendPath (0.26 seconds)

  1. 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 Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Mar 04 19:49:40 GMT 2026
    - 22.3K bytes
    - Click Count (0)
  2. 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 Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 25 08:27:34 GMT 2025
    - 43.1K bytes
    - Click Count (0)
  3. 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 type
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 17 09:48:21 GMT 2026
    - 133.5K bytes
    - Click Count (0)
Back to Top