Hi, The Mojo team is pleased to announce the release of the Maven FindBugs Plugin version 2.5.1.
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.5.1</version> </plugin> Release Notes are at: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11701&version=18563 Release Notes - Maven 2.x FindBugs Plugin - Version 2.5.1 ** Bug * [MFINDBUGS-169] - Option to fail build on timeout ** Improvement * [MFINDBUGS-120] - java.io.IOException: CreateProcess error=87 due to classpath > 64k ** Wish * [MFINDBUGS-145] - Xref link generation not working when using the 'reportPlugins' parameter of the site plugin instead of the 'reporting' section of the pom. Enjoy, The Mojo team. Regards, Garvin LeClaire garvin.lecla...@gmail.com