Skip to content

Commit

Permalink
Merge pull request #290 from ascopes/task/docs-for-jvm-plugins
Browse files Browse the repository at this point in the history
Update AbstractGenerateMojo.java to document order param for JVM plugins
  • Loading branch information
ascopes authored Jul 9, 2024
2 parents c5182d3 + 19f5396 commit 138b40e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ public AbstractGenerateMojo() {
* <li>{@code classifier} - the artifact classifier - optional</li>
* <li>{@code options} - a string of options to pass to the plugin
* - optional.</li>
* <li>{@code order} - an integer order to run the plugins in. Defaults
* to 100,000. Higher numbers run later than lower numbers.</li>
* <li>{@code skip} - set to {@code true} to skip invoking this plugin -
* useful if you want to control whether the plugin runs via a
* property - optional.</li>
Expand Down

0 comments on commit 138b40e

Please sign in to comment.