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

ndipiazza pushed a commit to branch tika-grpc-3x-features
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/tika-grpc-3x-features by this 
push:
     new 71d77665b skip ossindex because i'm out of sync with master
71d77665b is described below

commit 71d77665bfd814b0a786f98ba406be59d243ec74
Author: Nicholas DiPiazza <[email protected]>
AuthorDate: Sun May 26 05:47:20 2024 -0500

    skip ossindex because i'm out of sync with master
---
 tika-pipes/tika-grpc/example-dockerfile/docker-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-pipes/tika-grpc/example-dockerfile/docker-build.sh 
b/tika-pipes/tika-grpc/example-dockerfile/docker-build.sh
index b8b2ff4c5..a00f692b0 100644
--- a/tika-pipes/tika-grpc/example-dockerfile/docker-build.sh
+++ b/tika-pipes/tika-grpc/example-dockerfile/docker-build.sh
@@ -9,7 +9,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> 
/dev/null && pwd )
 TIKA_SRC_PATH=${SCRIPT_DIR}/../../..
 OUT_DIR=${TIKA_SRC_PATH}/tika-pipes/tika-grpc/target/tika-docker
 
-mvn clean install -DskipTests=true -f "${TIKA_SRC_PATH}" || exit
+mvn clean install -Dossindex.skip -DskipTests=true -f "${TIKA_SRC_PATH}" || 
exit
 mvn dependency:copy-dependencies -f "${TIKA_SRC_PATH}/tika-pipes/tika-grpc" || 
exit
 rm -rf "${OUT_DIR}"
 mkdir -p "${OUT_DIR}"

Reply via email to