Class DefaultLifecycleMapping
java.lang.Object
org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping
- All Implemented Interfaces:
LifecycleMapping
DefaultLifecycleMapping
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<String,LifecyclePhase> Deprecated.use lifecycles insteadFields inherited from interface org.apache.maven.lifecycle.mapping.LifecycleMapping
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Map<String,LifecyclePhase> getLifecyclePhases(String lifecycle) getOptionalMojos(String lifecycle) Deprecated.private voidPopulates the lifecycle map from the injected list of lifecycle mappings (if not already done).
-
Field Details
-
lifecycles
-
lifecycleMap
-
phases
Deprecated.use lifecycles instead
-
-
Constructor Details
-
DefaultLifecycleMapping
public DefaultLifecycleMapping()
-
-
Method Details
-
initLifecycleMap
private void initLifecycleMap()Populates the lifecycle map from the injected list of lifecycle mappings (if not already done). -
getLifecycles
- Specified by:
getLifecyclesin interfaceLifecycleMapping
-
getOptionalMojos
- Specified by:
getOptionalMojosin interfaceLifecycleMapping
-
getLifecyclePhases
-
getPhases
Deprecated.- Specified by:
getPhasesin interfaceLifecycleMapping
-