Class DefaultLifecycleMapping
java.lang.Object
org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping
- All Implemented Interfaces:
LifecycleMapping
DefaultLifecycleMapping
-
Field Summary
Fields inherited from interface org.apache.maven.lifecycle.mapping.LifecycleMapping
ROLE
-
Constructor Summary
ConstructorDescriptionDeprecated.Should not be used in Java code.DefaultLifecycleMapping
(List<Lifecycle> lifecycles) Ctor to be used in Java code/providers. -
Method Summary
-
Constructor Details
-
DefaultLifecycleMapping
Deprecated.Should not be used in Java code.Default ctor for plexus compatibility: lifecycles are most commonly defined in Plexus XML, that does field injection. Still, for Plexus to be able to instantiate this class, default ctor is needed. -
DefaultLifecycleMapping
Ctor to be used in Java code/providers.
-
-
Method Details
-
getLifecycles
- Specified by:
getLifecycles
in interfaceLifecycleMapping
-
getOptionalMojos
Deprecated.- Specified by:
getOptionalMojos
in interfaceLifecycleMapping
-
getPhases
Deprecated.- Specified by:
getPhases
in interfaceLifecycleMapping
-