You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Eric Pugh <ep...@upstate.com> on 2004/07/29 20:12:54 UTC

[ANN] Maven FindBugs Plugin 0.8.2 released

The maven-plugins team is pleased to announce the FindBugs Plug-in 0.8.2
release!

http://maven-plugins.sourceforge.net

A plugin to automate FindBugs tasks

Changes in this version include:

  New Features:

o Switch to maven friendly raw report format. Add new "pmd" style report.
o add maven.findbugs.detail which can be low, medium, or high to control
  which errors are displayed.
o Instead of running findbugs against a compiled jar, run against the
  individual classes. This avoids running the unit tests just to get a
  compiled jar.

  Changes:

o Use findbugs version 0.8.2.

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

maven plugin:download
  -DgroupId=maven-plugins
  -DartifactId=maven-findbugs-plugin
  -Dversion=0.8.2
  -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sour
ceforge.net/maven/

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/maven/mave
n-plugins/plugins/maven-findbugs-plugin-0.8.2.jar


Have fun!
-The maven-plugins team


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Maven FindBugs Plugin 0.8.2 released

Posted by Jerome Lacoste <je...@coffeebreaks.org>.
On Thu, 2004-07-29 at 20:12 +0200, Eric Pugh wrote:
> The maven-plugins team is pleased to announce the FindBugs Plug-in 0.8.2
> release!
> 
> http://maven-plugins.sourceforge.net
> 
> A plugin to automate FindBugs tasks
> 
> Changes in this version include:
> 
>   New Features:
> 
> o Switch to maven friendly raw report format. Add new "pmd" style report.

Eric,

That sounds great! Do you have an example of the output?

jerome


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org