- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testPluginInheritanceSimple (0.11 seconds)
-
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
assertEquals(2, ((List<?>) pom.getValue("build/plugins")).size()); assertEquals("maven-assembly2-plugin", pom.getValue("build/plugins[2]/artifactId")); } @Test void testPluginInheritanceSimple() throws Exception { PomTestWrapper pom = this.buildPom("plugin-inheritance-simple/sub"); assertEquals(2, ((List<?>) pom.getValue("build/plugins")).size()); } @Test
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 94.8K bytes - Click Count (0)