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/06/28 14:09:41 UTC

[commons-io] branch master updated: Move spotbugs-exclude-filter.xml to src/conf 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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 74254643 Move spotbugs-exclude-filter.xml to src/conf folder
74254643 is described below

commit 74254643a756bce6c16412cd929ad9e5c0808b29
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 28 10:09:36 2022 -0400

    Move spotbugs-exclude-filter.xml to src/conf folder
---
 pom.xml                                                             | 4 ++--
 spotbugs-exclude-filter.xml => src/conf/spotbugs-exclude-filter.xml | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 85ede6a3..d635ac5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,7 @@ file comparators, endian transformation classes, and much more.
          </dependency>
         </dependencies>
         <configuration>
-          <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
+          <excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>
       </plugin>
       <plugin>
@@ -510,7 +510,7 @@ file comparators, endian transformation classes, and much more.
         <artifactId>spotbugs-maven-plugin</artifactId>
         <version>${commons.spotbugs.plugin.version}</version>
         <configuration>
-          <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
+          <excludeFilterFile>${basedir}/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