You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/12/13 21:15:21 UTC

(commons-email) 07/07: Configure SpotBugs for reporting the same as the build

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-email.git

commit ec1378bd5165df470c795170ec290a4abb3e32ca
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 13 16:15:09 2023 -0500

    Configure SpotBugs for reporting the same as the build
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index da871fd..54b0529 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,10 +303,8 @@
         <commons.release.desc>(Java 8 or above)</commons.release.desc>
         <commons.rc.version>RC1</commons.rc.version>
         <commons.bc.version>1.5</commons.bc.version>
-
         <!-- override the default commons encoding property -->
         <commons.encoding>UTF-8</commons.encoding>
-
         <mockito-core.version>4.11.0</mockito-core.version>
     </properties>
 
@@ -478,7 +476,7 @@
               <groupId>com.github.spotbugs</groupId>
               <artifactId>spotbugs-maven-plugin</artifactId>
               <configuration>
-                <!-- <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>  -->
+                  <excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
               </configuration>
             </plugin>
         </plugins>