Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testReadParentAndChildWithRegularVersionSetParentFile (0.31 sec)

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

                    contains(projectBuildingResultWithProblemMessage(
                            "Received non-all-whitespace CHARACTERS or CDATA event in nextTag()")));
        }
    
        @Test
        void testReadParentAndChildWithRegularVersionSetParentFile() throws Exception {
            List<File> toRead = new ArrayList<>(2);
            File parentPom = getProject("MNG-6723");
            toRead.add(parentPom);
    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