We are pleased to announce the FindBugs Plug-in 0.9.1 release! 

http://maven-plugins.sourceforge.net

A plugin to automate FindBugs tasks 

===============================================================================

Changes in this version include:

  New Features:

o add workHard option, set to true by default. Set VM to use 256 mb of memory 
  and find low, medium, and high bugs instead of just medium and high by 
  default. Fixes 1194218. Thanks to Jon Chrisiansen. 
o Added maven.findbugs.debug property. 
o Added maven.findbugs.jvmargs property. 
o Added maven.findbugs.excludeFilter property. 
o Added maven.findbugs.includeFilter property. 

  Changes:

o Use findbugs version 0.9.1.  

===============================================================================


To automatically install the plugin, type the following on a single line:

maven plugin:download
  -Dmaven.repo.remote=file:/usr/share/maven/repository
  -DgroupId=maven-plugins
  -DartifactId=maven-findbugs-plugin
  -Dversion=0.9.1

For a manual installation, you can download the plugin here:
file:/usr/share/maven/repository/maven-plugins/plugins/maven-findbugs-plugin-0.9.1.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
