Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldUpgradeModelVersionWith41Option (0.12 sec)

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

        @Nested
        @DisplayName("Model Version Upgrade")
        class ModelVersionUpgradeTests {
    
            @Test
            @DisplayName("should upgrade from 4.0.0 to 4.1.0 with --model option")
            void shouldUpgradeModelVersionWith41Option() throws Exception {
                // Create a test POM with 4.0.0 model version
                Path pomFile = tempDir.resolve("pom.xml");
                String originalPom = PomBuilder.create()
    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