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