Skip to content

Commit

Permalink
[MPLUGIN-368] Improve @execute(goal...) docs (#31)
Browse files Browse the repository at this point in the history
* [MPLUGIN-368] Improve @execute(goal...) docs

* [MPLUGIN-368] Improve wording
  • Loading branch information
mthmulders committed Nov 21, 2020
1 parent 4f33303 commit f574628
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -45,7 +45,8 @@
LifecyclePhase phase() default LifecyclePhase.NONE;

/**
* 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
* another goal of the same plugin.
* @return the goal
*/
String goal() default "";
Expand Down

0 comments on commit f574628

Please sign in to comment.