@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface MojoExecute
Modifier and Type | Optional Element and Description |
---|---|
String |
goal
Ensure that this other mojo within the same plugin executes before
this one.
|
String |
lifecycle
This is optionally used in conjunction with the phase element,
and specifies a custom life-cycle overlay that should be added to the
cloned life cycle before the specified phase is executed.
|
String |
phase
The phase to execute in the parallel lifecycle
|
public abstract String phase
public abstract String goal
public abstract String lifecycle
Copyright © 2006-2015. All Rights Reserved.