Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getTargetPath (0.32 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/project/ResourceIncludeTest.java

            assertEquals(
                    "custom-output", customResource.getTargetPath(), "targetPath should be preserved in ConnectedResource");
    
            // Test that includes modification preserves targetPath (tests ConnectedResource functionality)
            customResource.addInclude("*.properties");
            assertEquals(
                    "custom-output", customResource.getTargetPath(), "targetPath should survive includes modification");
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Nov 07 13:11:07 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

              <code>
                <![CDATA[
        /**
         * @see java.lang.Object#toString()
         */
        public String toString() {
            return "Resource {targetPath: " + getTargetPath() + ", filtering: " + isFiltering() + ", " + super.toString() + "}";
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
        <class>
    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