This is an automated email from the ASF dual-hosted git repository.

jungm pushed a commit to branch bval-3.0.x
in repository https://gitbox.apache.org/repos/asf/bval.git


The following commit(s) were added to refs/heads/bval-3.0.x by this push:
     new c25d735  Replace unmaintained findbugs reporting with spotbugs
c25d735 is described below

commit c25d7359090e858bd85fb4ea8c146270da0fbca8
Author: Markus Jung <[email protected]>
AuthorDate: Sat Jul 13 17:42:04 2024 +0200

    Replace unmaintained findbugs reporting with spotbugs
    
    (cherry picked from commit 94d747d6c8408157dc2f97daf08a303a470d9286)
---
 bval-bundle/pom.xml |  7 -------
 pom.xml             | 17 +++--------------
 2 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/bval-bundle/pom.xml b/bval-bundle/pom.xml
index be2e5c5..7308c2d 100644
--- a/bval-bundle/pom.xml
+++ b/bval-bundle/pom.xml
@@ -80,13 +80,6 @@
                     </instructions>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 
diff --git a/pom.xml b/pom.xml
index afb767d..5fbcf54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,9 +318,9 @@
                 <version>2.0</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>4.8.6.2</version>
             </plugin>
         </plugins>
     </reporting>
@@ -582,11 +582,6 @@
                     <artifactId>maven-surefire-report-plugin</artifactId>
                     <version>3.2.5</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>findbugs-maven-plugin</artifactId>
-                    <version>3.0.5</version>
-                </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>buildnumber-maven-plugin</artifactId>
@@ -710,12 +705,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <!-- Don't include in all builds for now
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-            </plugin>
-            -->
         </plugins>
     </build>
 

Reply via email to