(no jira) add more javadoc to spare someone else stepping into a trap.
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1427510 13f79535-47bb-0310-9956-ffa450edef68master
parent
5fe4d7d344
commit
0d3bc50059
|
|
@ -39,13 +39,13 @@ import java.lang.annotation.Target;
|
||||||
public @interface Execute
|
public @interface Execute
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* lifecycle phase to fork.
|
* lifecycle phase to fork. Note that specifying a phase overrides specifying a goal.
|
||||||
* @return the phase
|
* @return the phase
|
||||||
*/
|
*/
|
||||||
LifecyclePhase phase() default LifecyclePhase.NONE;
|
LifecyclePhase phase() default LifecyclePhase.NONE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* goal to fork.
|
* goal to fork. Note that specifying a phase overrides specifying a goal.
|
||||||
* @return the goal
|
* @return the goal
|
||||||
*/
|
*/
|
||||||
String goal() default "";
|
String goal() default "";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue