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 79ffae122 TIKA-4504: add exclusions
79ffae122 is described below

commit 79ffae122f369a8647361f9354e1598d7feab91e
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 9e59f6c55..2bae0da65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,6 +193,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>

Reply via email to