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 dfaf8a414 TIKA-4470: exclude test-output from test-jar
dfaf8a414 is described below
commit dfaf8a41447c88b67c15e08104759bc5b9f52943
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Aug 21 11:14:53 2025 +0200
TIKA-4470: exclude test-output from test-jar
---
tika-batch/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tika-batch/pom.xml b/tika-batch/pom.xml
index d2e29fedb..13b4246b7 100644
--- a/tika-batch/pom.xml
+++ b/tika-batch/pom.xml
@@ -97,6 +97,12 @@
</configuration>
<executions>
<execution>
+ <configuration>
+ <excludes>
+ <!-- TIKA-4470 -->
+ <exclude>test-output/**</exclude>
+ </excludes>
+ </configuration>
<goals>
<goal>test-jar</goal>
</goals>