findbugs-maven-plugin replaced with spotbugs-maven-plugin

pull/1705/head
Nikita 7 years ago
parent 07684ee5c2
commit fbb0a9cbf8

@ -300,8 +300,9 @@
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.7</version>
<configuration>
<effort>Max</effort>
<threshold>High</threshold>

Loading…
Cancel
Save