Switch bundles4-test from FindBugs to SpotBug 91/64891/2
authorMichael Vorburger <vorburger@redhat.com>
Mon, 30 Oct 2017 18:22:16 +0000 (19:22 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 30 Oct 2017 18:44:36 +0000 (18:44 +0000)
Change-Id: I4d4a92d3800a1b23705f8cac3d24c44dfcc01950
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
bundles4-test/pom.xml

index 8356be1e413e608d701a3dac696d47797e0eec7c..e361dab717318ad9f91a8367945be7dc0b1e9f85 100644 (file)
@@ -82,8 +82,8 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
+        <groupId>com.github.spotbugs</groupId>
+        <artifactId>spotbugs-maven-plugin</artifactId>
         <configuration>
           <failOnError>true</failOnError>
         </configuration>