Package | Description |
---|---|
org.apache.maven.lifecycle | |
org.apache.maven.lifecycle.internal |
Modifier and Type | Method and Description |
---|---|
ExecutionPlanItem |
MavenExecutionPlan.findLastInPhase(String requestedPhase)
Returns the last ExecutionPlanItem in the supplied phase.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ExecutionPlanItem> |
MavenExecutionPlan.iterator() |
Constructor and Description |
---|
MavenExecutionPlan(List<ExecutionPlanItem> planItem,
DefaultLifecycles defaultLifecycles) |
Modifier and Type | Method and Description |
---|---|
static List<ExecutionPlanItem> |
ExecutionPlanItem.createExecutionPlanItems(MavenProject mavenProject,
List<MojoExecution> executions) |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.