Package org.apache.maven.internal.impl
Class DefaultLifecycleRegistry.DefaultLifecycle
java.lang.Object
org.apache.maven.internal.impl.DefaultLifecycleRegistry.DefaultLifecycle
- All Implemented Interfaces:
ExtensibleEnum
,Lifecycle
- Enclosing class:
DefaultLifecycleRegistry
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.api.Lifecycle
Lifecycle.Alias, Lifecycle.ChildrenPointer, Lifecycle.DependenciesPointer, Lifecycle.Link, Lifecycle.Phase, Lifecycle.PhasePointer, Lifecycle.Pointer
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultLifecycle
DefaultLifecycle()
-
-
Method Details
-
id
Description copied from interface:Lifecycle
Name or identifier of this lifecycle.- Specified by:
id
in interfaceExtensibleEnum
- Specified by:
id
in interfaceLifecycle
- Returns:
- the unique identifier for this lifecycle
-
phases
Description copied from interface:Lifecycle
Collection of main phases for this lifecycle -
v3phases
Description copied from interface:Lifecycle
Collection of main phases for this lifecycle used with the Maven 3 builders. Those builders does not operate on a graph, but on the list and expect a slightly different ordering (mainly unit test being executed before packaging). -
aliases
Description copied from interface:Lifecycle
Collection of aliases.
-