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 2022/05/31 13:55:23 UTC

[commons-text] branch master updated: Move SpotBugs configuration out of the root folder

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


The following commit(s) were added to refs/heads/master by this push:
     new ed0ddcc3 Move SpotBugs configuration out of the root folder
ed0ddcc3 is described below

commit ed0ddcc3f0edfd9557ff78a62211fb8371276562
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue May 31 09:55:18 2022 -0400

    Move SpotBugs configuration out of the root folder
---
 pom.xml                                                             | 2 +-
 spotbugs-exclude-filter.xml => src/conf/spotbugs-exclude-filter.xml | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91cc1be4..8c0f9131 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
          </dependency>
         </dependencies>
         <configuration>
-          <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
+          <excludeFilterFile>src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>
       </plugin>
       <plugin>
diff --git a/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml
similarity index 100%
rename from spotbugs-exclude-filter.xml
rename to src/conf/spotbugs-exclude-filter.xml