| Package | Description |
|---|---|
| org.apache.maven.plugin.lifecycle |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Execution> |
Phase.getExecutions() |
Method getExecutions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Phase.addExecution(Execution execution) |
Method addExecution.
|
void |
Phase.removeExecution(Execution execution) |
Method removeExecution.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Phase.setExecutions(java.util.List<Execution> executions) |
Set the goals to execute within the phase.
|