Hi, i'm running the maven findbugs plugin (via jenkins) and want it to fail only when it find High Level bugs.
when running findbugs:findbugs the build doesn't fail and only show the list of plugins. when running findbugs:check, the build fails when it encouters the low level bugs. how can i tell it to fail the build only on high ? i've tried settings the <threshold> param to high, but i believe this only affect the bugs shown on the report and not the build fail level. can anyone help? thanks Eyal.
