Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

FindBugs Maven Plugin version 3.0.0 Released

$
0
0
Hi,
The Mojo team is pleased to announce the release of the FindBugs Maven
Plugin version 3.0.0
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>3.0.0</version>
</plugin>

We solved the following issues:

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

** New Feature
* [MFINDBUGS-199] - Upgrade to Findbugs 3.0.0

Enjoy,

Garvin LeClaire
garvin.leclaire [ at ] gmail.com

Viewing all articles
Browse latest Browse all 5648

Trending Articles