-
Notifications
You must be signed in to change notification settings - Fork 466
Maven plugin should support skip #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Happy to merge a PR for this. |
Unless I missed something, it seems to already be supported by the plugin as you can see in the source code. Indeed with the next configuration:
If I launch my build, I can see in my console:
You can also skip it using the properties |
Fixed by @tisonkun, available in |
Many maven plug-ins support skipping the plug-in altogether when skip is set to true in the configuration. In a big tree of modules, that can be useful for supporting setting up reasonable defaults, and then opting out in modules where this is not necessary. So, e.g.:
The text was updated successfully, but these errors were encountered: