Skip to content

Commit

Permalink
Update AbstractGenerateMojo.java to document order param for JVM plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Jul 9, 2024
1 parent c5182d3 commit 19f5396
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 19f5396

Please sign in to comment.