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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 9a1ad3c  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???
9a1ad3c is described below

commit 9a1ad3cdde1844fc1384cec66497d98260744bb8
Author: tballison <[email protected]>
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 60d4334..0283ecb 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>

Reply via email to