mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-10 18:45:26 +02:00
Switch to spotbugs instead of findbugs.
It's the comunity project now. Change-Id: I8597b05f7f1f0e16bd34d0d115fe735c19ede5fa Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
a0cc4a4128
commit
bb02738761
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -310,9 +310,9 @@
|
|||
<version>1.8</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
<version>3.0.5</version>
|
||||
<groupId>com.github.spotbugs</groupId>
|
||||
<artifactId>spotbugs-maven-plugin</artifactId>
|
||||
<version>3.1.10</version>
|
||||
<configuration>
|
||||
<findbugsXmlOutput>true</findbugsXmlOutput>
|
||||
<failOnError>false</failOnError>
|
||||
|
|
Loading…
Add table
Reference in a new issue