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

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

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

Loading…
Cancel
Save