Replies: 1 comment
-
|
Right now the most common usage of this plugin AFAIK is in projects like jpackage-template, which has many executions. Skipping the entire plugin run would lead to confusing results. In lieu of that, I would suggest using profiles instead. Then you can target specific executions to skip however you would like. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the only way to skip this plugin is by adding the true.
It would be great to have a way to skip the execution when running Maven, something like
mvn package -Djtoolprovider.skipBeta Was this translation helpful? Give feedback.
All reactions