Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testPlugins (0.04 sec)

  1. 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)
  2. 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)
Back to top