Skip to content
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

Introduce verify goal (similar to failsafe plugin) #114

Closed
crizzis opened this issue Mar 28, 2019 · 0 comments
Closed

Introduce verify goal (similar to failsafe plugin) #114

crizzis opened this issue Mar 28, 2019 · 0 comments

Comments

@crizzis
Copy link

crizzis commented Mar 28, 2019

Right now we can use either the spotbugs goal which performs the analysis, or the check goal which performs the analysis and fails the build if violations are detected.

It would be nice to have another goal (similar to Maven Failsafe Plugin's verify goal) which fails the build if the spotbugsXml.xml report contains violations, without invoking the spotbugs goal. This way, it would be possible to split the analysis and verification into lifecycle phases of our choosing.

One use case is running multiple code analyzers at once and only failing the build at a later stage, so that all of them have a chance to run.

hazendaz added a commit that referenced this issue Apr 17, 2022
Added separate goals for check and verify (fixes #114)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant