Package org.apache.maven.api
Interface Lifecycle.Phase
- Enclosing interface:
Lifecycle
public static interface Lifecycle.Phase
A phase in the lifecycle.
A phase is identified by its name. It also contains a list of plugins bound to that phase,
a list of
links
, and a list of sub-phases. This forms a tree of phases.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
-
Field Details
-
BUILD
- See Also:
-
INITIALIZE
- See Also:
-
VALIDATE
- See Also:
-
SOURCES
- See Also:
-
RESOURCES
- See Also:
-
COMPILE
- See Also:
-
READY
- See Also:
-
PACKAGE
- See Also:
-
VERIFY
- See Also:
-
UNIT_TEST
- See Also:
-
TEST_SOURCES
- See Also:
-
TEST_RESOURCES
- See Also:
-
TEST_COMPILE
- See Also:
-
TEST
- See Also:
-
INTEGRATION_TEST
- See Also:
-
INSTALL
- See Also:
-
DEPLOY
- See Also:
-
CLEAN
- See Also:
-
-
Method Details
-
name
-
plugins
-
links
-
phases
Returns the list of sub-phases.- Returns:
- the list of sub-phases
-
allPhases
-