Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for childProjectUrlInheritAppendPath (0.1 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java

                    String intUrl = interpolate(orgUrl);
                    if (orgUrl != intUrl) {
                        model.setUrl(intUrl);
                    }
                    // ChildProjectUrlInheritAppendPath
                    String orgChildProjectUrlInheritAppendPath = model.getChildProjectUrlInheritAppendPath();
                    String intChildProjectUrlInheritAppendPath = interpolate(orgChildProjectUrlInheritAppendPath);
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Feb 25 08:27:34 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

            return getDelegate().isChildProjectUrlInheritAppendPath();
        }
    
        public void setChildProjectUrlInheritAppendPath(boolean childProjectUrlInheritAppendPath) {
            delegate = getDelegate().withChildProjectUrlInheritAppendPath(String.valueOf(childProjectUrlInheritAppendPath));
        }
    
                ]]>
              </code>
            </codeSegment>
            <codeSegment>
              <version>4.1.0+</version>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
Back to top