Class DefaultLifecyclePluginAnalyzer

java.lang.Object
org.apache.maven.lifecycle.internal.DefaultLifecyclePluginAnalyzer
All Implemented Interfaces:
LifeCyclePluginAnalyzer

@Singleton @Named public class DefaultLifecyclePluginAnalyzer extends Object implements LifeCyclePluginAnalyzer
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
Since:
3.0
Author:
Benjamin Bentmann, Jason van Zyl, jdcasey, Kristian Rosenvold (extracted class only)
  • Field Details

    • DEFAULTLIFECYCLEBINDINGS_MODELID

      public static final String DEFAULTLIFECYCLEBINDINGS_MODELID
  • Constructor Details

    • DefaultLifecyclePluginAnalyzer

      @Inject public DefaultLifecyclePluginAnalyzer(org.codehaus.plexus.PlexusContainer plexusContainer, DefaultLifecycles defaultLifeCycles)
  • Method Details