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
-
id
String id()Name or identifier of this lifecycle.- Specified by:
id
in interfaceExtensibleEnum
- Returns:
- the unique identifier for this lifecycle
-
phases
Collection<Lifecycle.Phase> phases()Collection of phases for this lifecycle -
orderedPhases
Pre-ordered list of phases. If not provided, a default order will be computed.
-