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

tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 11dfb7573 TIKA-4504: add exclusions
11dfb7573 is described below

commit 11dfb75730265f0bb0dc4d0788ce85d775abfb3f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 6 14:49:46 2025 +0200

    TIKA-4504: add exclusions
---
 tika-eval/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/tika-eval/pom.xml b/tika-eval/pom.xml
index a61842bb2..1d62c5622 100644
--- a/tika-eval/pom.xml
+++ b/tika-eval/pom.xml
@@ -40,6 +40,15 @@
 
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>tika-eval-app/src/test/resources/test-dirs/**</exclude> 
<!-- already checked -->
+          </excludes>
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>

Reply via email to