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?
-Dfindbugs.skip=true
? gleclaire.github.io/findbugs-maven-plugin/check-mojo.html#skip – Jyllandmaven.findbugs.enable
parameter date from the 1.4 version from 2007 ! maven-plugins.sourceforge.net/maven-findbugs-plugin/… What version are you using? – Offend