Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RelativePath (0.05 sec)

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

            if (src != null) {
                if (sourceDominant || target.getRelativePath() == null) {
                    target.setRelativePath(src);
                    target.setLocation("relativePath", source.getLocation("relativePath"));
                }
            }
        }
    
        protected void mergeOrganization(
                Organization target, Organization source, boolean sourceDominant, Map<Object, Object> context) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Apr 03 11:21:39 UTC 2025
    - 99.2K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

              <version>4.0.0+</version>
              <description>The version of the parent project to inherit.</description>
              <type>String</type>
            </field>
            <field>
              <name>relativePath</name>
              <version>4.0.0+</version>
              <description>
                The relative path of the parent subproject POM file or directory within the checkout.
    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