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 2021/08/18 17:29:06 UTC

[tika] branch main updated: revert to not failing on ossindex detection

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

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


The following commit(s) were added to refs/heads/main by this push:
     new a2a5754  revert to not failing on ossindex detection
a2a5754 is described below

commit a2a5754d13c817fa9f4a200c0fd3f26ae45991b2
Author: tallison <ta...@apache.org>
AuthorDate: Wed Aug 18 13:28:12 2021 -0400

    revert to not failing on ossindex detection
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 7c734f6..007f39e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -630,7 +630,7 @@
         <artifactId>ossindex-maven-plugin</artifactId>
         <version>3.1.0</version>
         <configuration>
-          <fail>true</fail>
+          <fail>false</fail>
           <excludeCoordinates>
 <!--            <coordinate>            </coordinate> -->
           </excludeCoordinates>