Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mng4003 (0.14 sec)

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

        }
    
        /**
         * Ensure that when re-reading a pom, it should not use the cached Model
         *
         * @throws Exception in case of issue
         */
        @Test
        void rereadPom_mng7063() throws Exception {
            final Path pom = projectRoot.resolve("pom.xml");
            final ProjectBuildingRequest buildingRequest = newBuildingRequest();
    
            try (InputStream pomResource =
    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