Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isChildScmConnectionInheritAppendPath (0.87 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/merge/MavenModelMerger.java

                    target.setLocation("connection", source.getLocation("connection"));
                } else if (target.getConnection() == null) {
                    target.setConnection(extrapolateChildUrl(src, source.isChildScmConnectionInheritAppendPath(), context));
                    target.setLocation("connection", source.getLocation("connection"));
                }
            }
        }
    
        @Override
        protected void mergeScm_DeveloperConnection(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Feb 25 08:27:34 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
          </fields>
          <codeSegments>
            <codeSegment>
              <version>4.0.0+</version>
              <code>
                <![CDATA[
    
        public boolean isChildScmConnectionInheritAppendPath() {
            return (getChildScmConnectionInheritAppendPath() != null) ? Boolean.parseBoolean(getChildScmConnectionInheritAppendPath()) : true;
        }
    
    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