Annotation Interface Execute
Used if your Mojo needs to fork a lifecycle.
- Since:
- 4.0.0
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
phaseLifecycle phase to fork. Note that specifying a phase overrides specifying a goal.- Returns:
- the phase
 - Default:
- ""
 
- 
goalGoal to fork. Note that specifying a phase overrides specifying a goal. The specifiedgoalmust be another goal of the same plugin.- Returns:
- the goal
 - Default:
- ""
 
- 
lifecycleLifecycle id of the lifecycle that definesphase(). Only valid in combination withphase(). If not specified, Maven will use the lifecycle of the current build.- Returns:
- the lifecycle id
- See Also:
 - Default:
- ""
 
 
-