Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testPluginConnectionBeforeAndAfterFix (0.11 sec)

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

            assertEquals(
                    "3.11.0", pluginFromBuildList.getVersion(), "Version change should be reflected in build plugins list");
        }
    
        @Test
        void testPluginConnectionBeforeAndAfterFix() {
            // This test demonstrates the difference between the old broken behavior and the new fixed behavior
    
            Model model = new Model();
            model.setGroupId("test.group");
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jul 04 12:50:13 UTC 2025
    - 5K bytes
    - Viewed (0)
Back to top