Hi, The Mojo team is pleased to announce the release of the Maven FindBugs Plugin version 2.4.0.
FindBugs uses static analysis to inspect Java bytecode for occurrences of bug patterns. You can see more about the plugin at: http://mojo.codehaus.org/findbugs-maven-plugin/ 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.4.0</version> </plugin> Release Notes are at: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11701&version=18151 Release Notes - Maven 2.x FindBugs Plugin - Version 2.4.0 ** Bug * [MFINDBUGS-146] - Report cannot correctly handle external FindBugs ruleset as exported by Sonar QA Dashboard ** Improvement * [MFINDBUGS-157] - Update minimum requirement to Maven 2.2.1 for better Doxia Compatibility * [MFINDBUGS-158] - Update to use Findbugs 2.0.0 Enjoy, The Mojo team. Regards, Garvin LeClaire [email protected]
