Mojo FindBugs Maven Plugin Version 2.5.5 Released

Hi,

The Mojo team is pleased to announce the release of the FindBugs Maven Plugin version 2.5.5.

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:

 1<plugin>
 2  <groupId>org.codehaus.mojo</groupId>
 3  <artifactId>findbugs-maven-plugin</artifactId>
 4  <version>2.5.5</version>
 5</plugin>
 6```xml
 7
 8<!-- more -->
 9
10We solved the following issues:
11
12Release Notes - Mojo's FindBugs Maven Plugin - Version 2.5.5
13
14Bug:
15
16 * [MFINDBUGS-198](https://issues.apache.org/jira/browse/MFINDBUGS-198) - Add maxRank to the check goal to allow eclipse m2e findbugs plugin to pick up this configuration
17
18Improvement:
19
20 * [MFINDBUGS-197](https://issues.apache.org/jira/browse/MFINDBUGS-197) - Remove redundant "Report" word on report name labels