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 435d94182 TIKA-4504: add exclusions
435d94182 is described below
commit 435d941824b936340a0f65e0b429b804e4966fb6
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Oct 7 05:34:49 2025 +0200
TIKA-4504: add exclusions
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index ad4fdc5ee..005a096f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,6 +195,9 @@ least three +1 Tika PMC votes are cast.
<!-- remove this once we figure out the bundle packaging -->
<exclude>tika-bundle/src/main/resources/META-INF/MANIFEST.MF</exclude>
<exclude>.gitattributes</exclude>
+
+ <!-- subprojects already checked, added for RAT 0.17, see also
RAT-97 -->
+ <exclude>tika-*/**</exclude>
</excludes>
</configuration>
</plugin>