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

commit 22244b1de25d386ca6cb6a7d871c8645faa92a43
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 6 14:36:59 2025 +0200

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

diff --git a/tika-detectors/tika-detector-siegfried/pom.xml 
b/tika-detectors/tika-detector-siegfried/pom.xml
index 2ca561a5e..9f618b6a4 100644
--- a/tika-detectors/tika-detector-siegfried/pom.xml
+++ b/tika-detectors/tika-detector-siegfried/pom.xml
@@ -75,6 +75,15 @@
                 </excludes>
             </configuration>
         </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/test-documents/testPDF.pdf</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
         <executions>

Reply via email to