- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testPlugins (0.05 seconds)
-
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());
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Mar 28 15:21:19 GMT 2025 - 7.9K bytes - Click Count (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; }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jun 04 10:35:11 GMT 2025 - 6.3K bytes - Click Count (0)