Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testProfileModuleInheritance (0.58 sec)

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

            assertEquals("commons-lang", pom.getValue("dependencies[1]/exclusions[1]/groupId"));
        }
    
        /** MNG-4040 */
        @Test
        void testProfileModuleInheritance() throws Exception {
            PomTestWrapper pom = this.buildPom("profile-module-inheritance/sub", "dist");
            assertEquals(0, ((List<?>) pom.getValue("modules")).size());
        }
    
        /** MNG-3621 */
    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