This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 6a713db68 TIKA-4504: add exclusions
6a713db68 is described below
commit 6a713db68d7924247a19a6ce445c4883d4de8fe8
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 f5c974107..b84d7dbb5 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>