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 7933b093e TIKA-4272: don't check in fetcher
7933b093e is described below

commit 7933b093e09df6289d333a193f8e20081b61db12
Author: Nicholas DiPiazza <[email protected]>
AuthorDate: Fri Nov 1 16:42:45 2024 -0500

    TIKA-4272: don't check in fetcher
---
 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 d117a5c25..329e15366 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 -Dossindex.skip -DskipTests=true -f "${TIKA_SRC_PATH}" || 
exit
+mvn clean install -Dossindex.skip -DskipTests=true -Denforcer.skip=true 
-Dossindex.skip=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