You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/08/08 22:04:12 UTC

[commons-text] branch master updated: sb-excludes is not an obvious name

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

sebb 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 51927c2  sb-excludes is not an obvious name
51927c2 is described below

commit 51927c236ca73bd1c340eb0015b87e6061bd012e
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 8 23:03:55 2020 +0100

    sb-excludes is not an obvious name
---
 pom.xml                                        | 4 ++--
 sb-excludes.xml => spotbugs-exclude-filter.xml | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 120bc35..3e6f0ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@
          </dependency>
         </dependencies>
         <configuration>
-          <excludeFilterFile>${basedir}/sb-excludes.xml</excludeFilterFile>
+          <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>
       </plugin>
       <plugin>
@@ -248,7 +248,7 @@
         <artifactId>spotbugs-maven-plugin</artifactId>
         <version>${spotbugs.plugin.version}</version>
         <configuration>
-          <excludeFilterFile>${basedir}/sb-excludes.xml</excludeFilterFile>
+          <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>
       </plugin>
       <plugin>
diff --git a/sb-excludes.xml b/spotbugs-exclude-filter.xml
similarity index 100%
rename from sb-excludes.xml
rename to spotbugs-exclude-filter.xml