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

commit c4913434b08cd7ad8b4ffc8e818c727f30799d74
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Oct 5 06:57:17 2025 +0200

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

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 5a6eceb3c..814a4837e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1459,7 +1459,14 @@
           <plugin>
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>
-            <version>${rat.version}</version>
+            <configuration>
+              <excludes>
+                <exclude>nb-configuration.xml</exclude> <!-- local netbeans -->
+                <exclude>nbactions.xml</exclude> <!-- local netbeans -->
+                <exclude>**/test-documents/**</exclude>
+                <exclude>**/target/**</exclude> <!-- generated files -->
+              </excludes>
+            </configuration>
             <executions>
               <execution>
                 <phase>verify</phase>

Reply via email to