Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PluginLifecycle (0.05 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/PluginLifecycle.java

    import org.apache.maven.api.model.Plugin;
    import org.apache.maven.plugin.descriptor.PluginDescriptor;
    
    class PluginLifecycle implements Lifecycle {
        private final org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle lifecycleOverlay;
        private final PluginDescriptor pluginDescriptor;
    
        PluginLifecycle(
                org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle lifecycleOverlay,
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

                                throw new MavenException(new LifecycleNotFoundException(forkedLifecycle));
                            }
                        } else {
                            lifecycle = new PluginLifecycle(lifecycleOverlay, pluginDescriptor);
                        }
                    } else {
                        if (execution.getLifecyclePhase() != null) {
                            String n = execution.getLifecyclePhase();
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 55.1K bytes
    - Viewed (0)
Back to top