You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/12/03 19:41:02 UTC

[tika] branch master updated: TIKA-2992 -- try to unbreak build by ignoring *.class files in test-documents folder. forbidden-apis appears to be checking .class files in test-documents???

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/master by this push:
     new 7bdce26  TIKA-2992 -- try to unbreak build by ignoring *.class files in test-documents folder.  forbidden-apis appears to be checking .class files in test-documents???
7bdce26 is described below

commit 7bdce26c4175fa9245dfc830e1d38f142918d1d1
Author: tballison <ta...@apache.org>
AuthorDate: Tue Dec 3 14:40:46 2019 -0500

    TIKA-2992 -- try to unbreak build by ignoring *.class files in test-documents folder.  forbidden-apis appears to be checking .class files in test-documents???
---
 tika-parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 7da58de..4244d3b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -411,6 +411,7 @@
           <targetVersion>${maven.compiler.target}</targetVersion>
           <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>
           <failOnUnsupportedJava>false</failOnUnsupportedJava>
+          <excludes>test-documents/*.class</excludes>
           <bundledSignatures>
             <bundledSignature>jdk-unsafe</bundledSignature>
             <bundledSignature>jdk-deprecated</bundledSignature>