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 <garydgreg...@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