Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Moreau (0.17 sec)

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

        }
    
        @Test
        void testReadParentAndChildWithRegularVersionSetParentFile() throws Exception {
            List<File> toRead = new ArrayList<>(2);
            File parentPom = getProject("MNG-6723");
            toRead.add(parentPom);
            toRead.add(new File(parentPom.getParentFile(), "child/pom.xml"));
            MavenSession mavenSession = createMavenSession(null);
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Nov 28 17:17:10 GMT 2023
    - 18.2K bytes
    - Viewed (0)
Back to top