We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e74634 commit 9b4369cCopy full SHA for 9b4369c
tika-app/pom.xml
@@ -139,6 +139,8 @@
139
<exclude>builddef.lst</exclude>
140
<!-- https://issues.apache.org/jira/browse/TIKA-3650 -->
141
<exclude>javax/**/*</exclude>
142
+ <!-- from java-libpst -->
143
+ <exclude>example/**</exclude>
144
145
</excludes>
146
</filter>
tika-server/tika-server-standard/pom.xml
@@ -211,6 +211,8 @@
211
<exclude>CHANGES</exclude>
212
<exclude>README</exclude>
213
214
215
216
217
218
</filters>
0 commit comments