This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 94d747d Replace unmaintained findbugs reporting with spotbugs
94d747d is described below
commit 94d747d6c8408157dc2f97daf08a303a470d9286
Author: Markus Jung <[email protected]>
AuthorDate: Sat Jul 13 17:42:04 2024 +0200
Replace unmaintained findbugs reporting with spotbugs
---
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 7e61f3d..f56e4ce 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 37e76d1..223e6e0 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>
@@ -546,11 +546,6 @@
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.3.1</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>
@@ -667,12 +662,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>