- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testPlugins (0.04 sec)
-
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanCreatorTest.java
BuildPlanExecutor.BuildContext context = builder.new BuildContext(); return context.calculateLifecycleMappings(projects, phase); } /* @Test void testPlugins() { DefaultLifecycleRegistry lifecycles = new DefaultLifecycleRegistry(Collections.emptyList(), Collections.emptyMap());
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Mar 28 15:21:19 UTC 2025 - 7.9K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t02/ProjectInheritanceTest.java
Plugin testPlugin = null; for (Plugin plugin : plugins) { String pluginArtifactId = plugin.getArtifactId(); assertTrue(validPluginCounts.containsKey(pluginArtifactId), "Illegal plugin found: " + pluginArtifactId); if (pluginArtifactId.equals(testPluginArtifactId)) { testPlugin = plugin; }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jun 04 10:35:11 UTC 2025 - 6.3K bytes - Viewed (0)