@Documented
@Retention(value=CLASS)
@Target(value=TYPE)
@Inherited
public @interface Execute
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
goal
goal to fork.
|
java.lang.String |
lifecycle
lifecycle id to fork.
|
LifecyclePhase |
phase
lifecycle phase to fork.
|
public abstract LifecyclePhase phase