|
@@ -60,10 +60,9 @@
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>findbugs-maven-plugin</artifactId>
|
|
|
+ <groupId>com.github.spotbugs</groupId>
|
|
|
+ <artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
<configuration>
|
|
|
- <findbugsXmlOutput>true</findbugsXmlOutput>
|
|
|
<xmlOutput>true</xmlOutput>
|
|
|
<excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml
|
|
|
</excludeFilterFile>
|