Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for childScmUrlInheritAppendPath (0.17 seconds)

  1. 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);
    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.setChildScmDeveloperConnectionInheritAppendPath(val);
                    }
                    // ChildScmUrlInheritAppendPath
                    org = scm.getChildScmUrlInheritAppendPath();
                    val = interpolate(org);
                    if (org != val) {
                        scm.setChildScmUrlInheritAppendPath(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)
Back to Top