Class Lifecycle
java.lang.Object
org.apache.maven.plugin.lifecycle.Lifecycle
- All Implemented Interfaces:
- Serializable
A custom lifecycle mapping definition.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidMethod addPhase.getId()Get the ID of this lifecycle, for identification in the mojo descriptor.Method getPhases.voidremovePhase(Phase phase) Method removePhase.voidSet the ID of this lifecycle, for identification in the mojo descriptor.voidSet the phase mappings for this lifecycle.
- 
Constructor Details- 
Lifecyclepublic Lifecycle()
 
- 
- 
Method Details- 
addPhase
- 
getIdGet the ID of this lifecycle, for identification in the mojo descriptor.- Returns:
- String
 
- 
getPhases
- 
removePhase
- 
setIdSet the ID of this lifecycle, for identification in the mojo descriptor.- Parameters:
- id- a id object.
 
- 
setPhases
 
-