Package org.apache.maven.api
Interface Lifecycle
- All Superinterfaces:
- ExtensibleEnum
Lifecycle definition
- Since:
- 4.0.0
- 
Field Details- 
CLEAN- See Also:
 
- 
DEFAULT- See Also:
 
- 
SITE- See Also:
 
- 
WRAPPER- See Also:
 
 
- 
- 
Method Details- 
idString id()Name or identifier of this lifecycle.- Specified by:
- idin interface- ExtensibleEnum
- Returns:
- the unique identifier for this lifecycle
 
- 
phasesCollection<Lifecycle.Phase> phases()Collection of phases for this lifecycle
- 
orderedPhasesPre-ordered list of phases. If not provided, a default order will be computed.
 
-