Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testPluginInheritanceOrder (0.14 sec)

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

            assertEquals(1, ((List<?>) pom.getValue("mailingLists")).size());
            assertEquals("child-mailing-list", pom.getValue("mailingLists[1]/name"));
        }
    
        @Test
        void testPluginInheritanceOrder() throws Exception {
            PomTestWrapper pom = buildPom("plugin-inheritance-order/child");
    
            assertEquals("maven-it-plugin-log-file", pom.getValue("build/plugins[1]/artifactId"));
    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