We are pleased to announce the FindBugs Plug-in 1.0 release! http://maven-plugins.sourceforge.net/maven-findbugs-plugin/ A plugin to automate FindBugs tasks =============================================================================== Changes in this version include: Fixed bugs: o Sample findbugs report didn't have xref source to link to. Fixes 1078970. o FindBugs does not xref to source of inner classes correctly. Fixes 1194218. Thanks to John Whaley. o Use libraries as dependencies instead of bundle them. Changes: o Switch from naming Maven Findbugs releases after Findbugs versions to using a sequence just for Maven Findbugs Plugin. o Upgrade to findbugs 0.9.3. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository -DgroupId=maven-plugins -DartifactId=maven-findbugs-plugin -Dversion=1.0 For a manual installation, you can download the plugin here: http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven-findbugs-plugin-1.0.jar =============================================================================== Issues, bugs, and feature requests for FindBugs Plug-in should be submitted to the following issue tracking system: http://sourceforge.net/tracker/?group_id=61626 Have fun! -The FindBugs Plug-in development team