Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldHandleMalformedPomGracefully (0.09 sec)

  1. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/UpgradeWorkflowIntegrationTest.java

                // This test mainly verifies no exceptions are thrown
            }
    
            @Test
            @DisplayName("should handle malformed POM gracefully")
            void shouldHandleMalformedPomGracefully() throws Exception {
                Path pomFile = tempDir.resolve("pom.xml");
                String malformedPom = "<?xml version=\"1.0\"?><project><invalid></project>";
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 9.3K bytes
    - Viewed (0)
Back to top