You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/12 04:16:20 UTC

[isis] branch master updated: ISIS-2445: build-script: adds var JIB_ADDITIONAL_OPTS

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b4bb026f0 ISIS-2445: build-script: adds var JIB_ADDITIONAL_OPTS
4b4bb026f0 is described below

commit 4b4bb026f00931084d96a6cb8bd89da00551b094
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 12 06:16:15 2022 +0200

    ISIS-2445: build-script: adds var JIB_ADDITIONAL_OPTS
---
 scripts/ci/build-artifacts.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/ci/build-artifacts.sh b/scripts/ci/build-artifacts.sh
index 897fe811c3..802f4c8eed 100644
--- a/scripts/ci/build-artifacts.sh
+++ b/scripts/ci/build-artifacts.sh
@@ -90,12 +90,13 @@ function buildDockerImage() {
 
 	echo ""
 	echo ""
-	echo ">>> $PROJECT_ROOT_PATH/${dir}: mvn compile jib:$JIB_CMD ..."
+	echo ">>> $PROJECT_ROOT_PATH/${dir}: mvn compile jib:$JIB_CMD $JIB_ADDITIONAL_OPTS ..."
 	echo ""
 	echo ""
 
 	mvn --batch-mode \
     	compile jib:$JIB_CMD \
+    	$JIB_ADDITIONAL_OPTS \
     	-Dmaven.source.skip=true \
     	-Dskip.git \
     	-Dskip.arch \