HBASE-17954 Switched findbugs implementation to spotbugs

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Jan Hentschel 2017-05-01 19:34:03 +02:00 committed by Sean Busbey
parent 5224064d4d
commit 298454e8a7
1 changed files with 8 additions and 0 deletions

View File

@ -667,6 +667,13 @@
<xmlOutput>true</xmlOutput>
<effort>Max</effort>
</configuration>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>${spotbugs.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@ -1339,6 +1346,7 @@
<checkstyle.version>6.18</checkstyle.version>
<javadoc.version>2.10.3</javadoc.version>
<asciidoctor.plugin.version>1.5.2.1</asciidoctor.plugin.version>
<spotbugs.version>3.1.0-RC1</spotbugs.version>
<!-- General Packaging -->
<package.prefix>/usr</package.prefix>
<package.conf.dir>/etc/hbase</package.conf.dir>