Skip to content

Commit f574628

Browse files
authored
[MPLUGIN-368] Improve @execute(goal...) docs (#31)
* [MPLUGIN-368] Improve @execute(goal...) docs * [MPLUGIN-368] Improve wording
1 parent 4f33303 commit f574628

File tree

1 file changed

+2
-1
lines changed
  • maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations

1 file changed

+2
-1
lines changed

maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Execute.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
LifecyclePhase phase() default LifecyclePhase.NONE;
4646

4747
/**
48-
* goal to fork. Note that specifying a phase overrides specifying a goal.
48+
* 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.
4950
* @return the goal
5051
*/
5152
String goal() default "";

0 commit comments

Comments
 (0)