The team are using find bugs. I would like to skip using find bugs.
I can see it has an option maven.findbugs.enable,but I don't know how to use that as an argument to maven.
I have tried - Dmaven.findbugs.enable=false but I can see find bugs is still running.
What is the argument to stop findbugs?
If you are using FindBugs 3.x:
mvn [goal] -Dfindbugs.skip=true
According to the FindBugs documentation. This should work for the check
and findbugs
goals.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With