Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldHandleMultiModuleProject (0.15 sec)

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

        }
    
        @Nested
        @DisplayName("Multi-module Projects")
        class MultiModuleTests {
    
            @Test
            @DisplayName("should handle multi-module project structure")
            void shouldHandleMultiModuleProject() throws Exception {
                // Create parent POM
                Path parentPom = tempDir.resolve("pom.xml");
                String parentPomContent = PomBuilder.create()
                        .groupId("com.example")
    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