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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 228d8b25e Manage SpotBugs plugin configuration
228d8b25e is described below

commit 228d8b25e904be68d384a8ea1fb8812e1f73392b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Nov 29 07:54:26 2023 -0500

    Manage SpotBugs plugin configuration
---
 pom.xml | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1b04838ad..33c10c3d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,6 +404,15 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
             </parameter>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>com.github.spotbugs</groupId>
+          <artifactId>spotbugs-maven-plugin</artifactId>
+          <configuration>
+            <threshold>Normal</threshold>
+            <effort>Default</effort>
+            
<excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
+         </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -460,11 +469,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <configuration>
-          <threshold>Normal</threshold>
-          <effort>Default</effort>
-          
<excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
-       </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -556,11 +560,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <configuration>
-          <threshold>Normal</threshold>
-          <effort>Default</effort>
-          
<excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
-       </configuration>
       </plugin>
     </plugins>
   </reporting>

Reply via email to