Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/MavenModelMerger.java

                    builder.location("connection", source.getLocation("connection"));
                } else if (target.getConnection() == null) {
                    builder.connection(extrapolateChildUrl(src, source.isChildScmConnectionInheritAppendPath(), context));
                    builder.location("connection", source.getLocation("connection"));
                }
            }
        }
    
        @Override
        protected void mergeScm_DeveloperConnection(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 22.8K 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: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top