You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Garvin LeClaire <ga...@gmail.com> on 2014/05/22 18:45:28 UTC

[ANN] FindBugs Maven Plugin version 2.5.4 Released

Hi,
The Mojo team is pleased to announce the release of the FindBugs Maven
Plugin version 2.5.4.
FindBugs uses static analysis to inspect Java bytecode for occurrences
of bug patterns.

To get this update, simply specify the version in your project's
plugin configuration:

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <version>2.5.4</version>
</plugin>

We solved the following issues:

Release Notes - Mojo's FindBugs Maven Plugin - Version 2.5.4



** Bug
    * [MFINDBUGS-189] - The plugin generates reports incompatible with
the 'maven-jxr-plugin' version 2.4.



** Improvement
    * [MFINDBUGS-195] - Update to Findbugs 2.0.3


Enjoy,


Garvin LeClaire
garvin.leclaire@gmail.com