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 5289aa87 RAT should ignore OSS-Fuzz data files 5289aa87 is described below commit 5289aa874bd0bd5aaaa39f6aeb101b6979462f33 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Sep 23 10:20:56 2024 -0400 RAT should ignore OSS-Fuzz data files --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eae1ee3c..ac179b0f 100644 --- a/pom.xml +++ b/pom.xml @@ -149,9 +149,10 @@ <excludes> <exclude>site-content/**</exclude> <exclude>src/site/resources/download_lang.cgi</exclude> + <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude> <exclude>src/test/resources/org/apache/commons/text/stringEscapeUtilsTestData.txt</exclude> <exclude>src/test/resources/org/apache/commons/text/lcs-perf-analysis-inputs.csv</exclude> - <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude> + <exclude>src/test/resources/org/apache/commons/text/oss-fuzz//**</exclude> </excludes> </configuration> </plugin><!-- override skip property of parent pom -->