Class ExecutionPlanItem
java.lang.Object
org.apache.maven.lifecycle.internal.ExecutionPlanItem
Wraps individual MojoExecutions, containing information about completion status and scheduling.
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.- Since:
- 3.0
- Author:
- Kristian Rosenvold
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic List<ExecutionPlanItem> createExecutionPlanItems(MavenProject mavenProject, List<MojoExecution> executions) toString()
- 
Constructor Details- 
ExecutionPlanItem
 
- 
- 
Method Details- 
createExecutionPlanItemspublic static List<ExecutionPlanItem> createExecutionPlanItems(MavenProject mavenProject, List<MojoExecution> executions) 
- 
getMojoExecution
- 
getLifecyclePhase
- 
getPlugin
- 
toString
 
-