| Package | Description |
|---|---|
| org.apache.maven.plugin.lifecycle |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Phase> |
Lifecycle.getPhases()
Method getPhases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lifecycle.addPhase(Phase phase)
Method addPhase.
|
void |
Lifecycle.removePhase(Phase phase)
Method removePhase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lifecycle.setPhases(java.util.List<Phase> phases)
Set the phase mappings for this lifecycle.
|