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 9b4369cd4 TIKA-4548: exclude example subdirectory (from java-libpst)
9b4369cd4 is described below
commit 9b4369cd4c982c8cfd98262761d322411c96547d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Dec 2 10:26:59 2025 +0100
TIKA-4548: exclude example subdirectory (from java-libpst)
---
tika-app/pom.xml | 2 ++
tika-server/tika-server-standard/pom.xml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index 2ddce931e..8369f9681 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -139,6 +139,8 @@
<exclude>builddef.lst</exclude>
<!-- https://issues.apache.org/jira/browse/TIKA-3650 -->
<exclude>javax/**/*</exclude>
+ <!-- from java-libpst -->
+ <exclude>example/**</exclude>
</excludes>
</filter>
diff --git a/tika-server/tika-server-standard/pom.xml
b/tika-server/tika-server-standard/pom.xml
index 90ae3e763..c116e7cd0 100644
--- a/tika-server/tika-server-standard/pom.xml
+++ b/tika-server/tika-server-standard/pom.xml
@@ -211,6 +211,8 @@
<exclude>CHANGES</exclude>
<exclude>README</exclude>
<exclude>builddef.lst</exclude>
+ <!-- from java-libpst -->
+ <exclude>example/**</exclude>
</excludes>
</filter>
</filters>