We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f33303 commit f574628Copy full SHA for f574628
maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Execute.java
@@ -45,7 +45,8 @@
45
LifecyclePhase phase() default LifecyclePhase.NONE;
46
47
/**
48
- * goal to fork. Note that specifying a phase overrides specifying a goal.
+ * goal to fork. Note that specifying a phase overrides specifying a goal. The specified <code>goal</code> must be
49
+ * another goal of the same plugin.
50
* @return the goal
51
*/
52
String goal() default "";
0 commit comments