| Package | Description |
|---|---|
| org.apache.maven.lifecycle | |
| org.apache.maven.lifecycle.internal |
| Modifier and Type | Method | Description |
|---|---|---|
ExecutionPlanItem |
MavenExecutionPlan.findLastInPhase(java.lang.String requestedPhase) |
Returns the last ExecutionPlanItem in the supplied phase.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<ExecutionPlanItem> |
MavenExecutionPlan.iterator() |
| Constructor | Description |
|---|---|
MavenExecutionPlan(java.util.List<ExecutionPlanItem> planItem,
DefaultLifecycles defaultLifecycles) |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<ExecutionPlanItem> |
ExecutionPlanItem.createExecutionPlanItems(MavenProject mavenProject,
java.util.List<MojoExecution> executions) |