Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testBuildValidParentVersionRangeLocally (0.24 sec)

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

        }
    
        /**
         * Tests whether local version range parent references are build correctly.
         *
         * @throws Exception in case of issue
         */
        @Test
        void testBuildValidParentVersionRangeLocally() throws Exception {
            File f1 = getTestFile("src/test/resources/projects/parent-version-range-local-valid/child/pom.xml");
    
            final MavenProject childProject = getProject(f1);
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jun 19 15:04:04 GMT 2023
    - 16.5K bytes
    - Viewed (0)
Back to top