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 52796273 RAT should ignore OSS-Fuzz data files
52796273 is described below

commit 5279627359fb56a5b09135aab0157a3be4e7ffc5
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 23 10:21:04 2024 -0400

    RAT should ignore OSS-Fuzz data files
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ac179b0f..c019d679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
               
<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/test/resources/org/apache/commons/text/oss-fuzz//**</exclude>
+              
<exclude>src/test/resources/org/apache/commons/text/oss-fuzz/**</exclude>
             </excludes>
           </configuration>
         </plugin><!-- override skip property of parent pom -->

Reply via email to