It would be great if the maven-findbugs-plugin had a
property like maven.checkstyle.fail.on.violation that
would make the maven:check-source task fail upon a
violation and stop the build process.
The default should be false, but those of us who want
this feature could set this property to true.
Logged In: YES
user_id=498804
Stashing my notes here: This requires using the FindBugs
"warningsProperty" in the Ant task call, changing
plugin.jelly to check the property after the Ant call runs,
and failing the build if the user sets a new property (e.g.
maven.findbugs.failOnWarnings) to true.
(Please beat me to it and provide a patch ;-)