- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testProfileDependenciesMultipleProfiles (1.26 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
assertEquals("b", pom.getValue("dependencies[3]/artifactId")); assertEquals("d", pom.getValue("dependencies[4]/artifactId")); } /** IT-0021*/ @Test void testProfileDependenciesMultipleProfiles() throws Exception { PomTestWrapper pom = buildPom("profile-dependencies-multiple-profiles", "profile-1", "profile-2"); assertEquals(2, ((List<?>) pom.getValue("dependencies")).size()); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0)