HBASE-17954 Switched findbugs implementation to spotbugs

Signed-off-by: Sean Busbey <busbey@apache.org>

 Conflicts:
	pom.xml
This commit is contained in:
Jan Hentschel 2017-05-01 19:34:03 +02:00 committed by Sean Busbey
parent 4a2f475ed3
commit 13f670057f
1 changed files with 8 additions and 0 deletions

View File

@ -576,6 +576,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>
@ -1226,6 +1233,7 @@
<checkstyle.version>6.18</checkstyle.version>
<javadoc.version>2.10.3</javadoc.version>
<asciidoctor.plugin.version>1.5.3</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>