Skip to content

Commit

Permalink
[MPLUGIN-367] Improve @execute(lifecycle...) docs (#30)
Browse files Browse the repository at this point in the history
* [MPLUGIN-367] Improve @execute(lifecycle...) docs

* Improve docs to emphasise the semantics of @execute(lifecycle...)

* Add reference to lifecycle mapping doc

* Of course it should be https
  • Loading branch information
mthmulders committed Nov 22, 2020
1 parent f574628 commit 9d1289e
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -52,7 +52,10 @@
String goal() default "";

/**
* lifecycle id to fork.
* lifecycle id of the lifecycle that defines {@link #phase()}. Only valid in combination with {@link #phase()}. If
* not specified, Maven will use the lifecycle of the current build.
*
* @see <a href="https://maven.apache.org/maven-plugin-api/lifecycle-mappings.html">Lifecycle Mappings</a>
* @return the lifecycle id
*/
String lifecycle() default "";
Expand Down

0 comments on commit 9d1289e

Please sign in to comment.