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
commit f0ae10b072d7d486fed227088d82a3fd4a8d4f1f Author: tallison <[email protected]> AuthorDate: Mon Apr 6 12:27:46 2020 -0400 prevent oss-index from failing the build -- turn on at release time! --- tika-parent/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index eb21f99..000d62d 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -380,6 +380,9 @@ <groupId>org.sonatype.ossindex.maven</groupId> <artifactId>ossindex-maven-plugin</artifactId> <version>3.1.0</version> + <configuration> + <fail>false</fail> + </configuration> <executions> <execution> <id>audit-dependencies</id>
