From: Eric P. <ep...@up...> - 2005-11-02 14:31:09
|
The maven-plugins team is 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. Issue: 1078970. o FindBugs does not xref to source of inner classes correctly. Issue: 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 -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 Have fun! -The maven-plugins team |