See http://mojo.codehaus.org/findbugs-maven-plugin/examples/violationChecking.htmlfor info on findbugs:check and findbugs:findbugs is run as a report which is part of site. This is modeled the same as the PMD and Checkstyle plugins.
The document for filters is on the findbugs site itself. There are links from the plugin site link to this information. The findbugs-maven-plugin works with Maven 3 as I have been using on a number of projects without issue nor have there been any tickets raised about the compatibility. Are you have issues? Regards, Garvin LeClaire garvin.lecla...@gmail.com On Wed, Dec 11, 2013 at 4:27 PM, Andrew Pennebaker <apenneba...@42six.com>wrote: > The online documentation for the FindBugs plugin mentions `mvn site`, but > doesn't really go into detail how to execute findbugs by itself > (findbugs:findbugs, findbugs:check), or what the difference is between the > two. > > And the documentation for filters only gives the element name, not example > snippets with the proper context. Fully qualified, downloadable example > filters would greatly increase the effectiveness of the documentation. > > Also, if Kohsuke is correct, can we indicate on the findbugs-maven-plugin > home page that it's incompatible with Maven 3, maybe link to a trouble > ticket for tracking progress on that front? > > -- > Cheers, > > Andrew Pennebaker > apenneba...@42six.com >