Annotation Type Execute
Used if your Mojo needs to fork a lifecycle.
- Since:
- 3.0
- Author:
- Olivier Lamy
-
Optional Element Summary
Optional Elements
-
Element Details
-
phase
LifecyclePhase phaselifecycle phase to fork. Note that specifying a phase overrides specifying a goal.- Returns:
- the phase
- Default:
- NONE
-
goal
String goalgoal to fork. Note that specifying a phase overrides specifying a goal.- Returns:
- the goal
- Default:
- ""
-
lifecycle
String lifecyclelifecycle id to fork.- Returns:
- the lifecycle id
- Default:
- ""
-