Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testOrderOfPluginExecutionConfigurationElementsWithPluginManagement (0.33 sec)

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

            assertEquals("key2", pom.getValue(prefix + "propertiesParam/property[2]/name"));
        }
    
        /* MNG-3864*/
        @Test
        void testOrderOfPluginExecutionConfigurationElementsWithPluginManagement() throws Exception {
            PomTestWrapper pom = buildPom("plugin-exec-config-order/w-plugin-mgmt");
            String prefix = "build/plugins[1]/executions[1]/configuration/";
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 94.8K bytes
    - Viewed (0)
Back to top