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/11 11:54:21 UTC

[isis] branch master updated: ISIS-2445: JIB probably needs local mvn-snapshot files

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 340deeaf3d ISIS-2445: JIB probably needs local mvn-snapshot files
340deeaf3d is described below

commit 340deeaf3d86367b49cfc24784172d5433a0453f
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Apr 11 13:54:14 2022 +0200

    ISIS-2445: JIB probably needs local mvn-snapshot files
---
 scripts/ci/build-artifacts.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/ci/build-artifacts.sh b/scripts/ci/build-artifacts.sh
index 897fe811c3..1c65d994fc 100644
--- a/scripts/ci/build-artifacts.sh
+++ b/scripts/ci/build-artifacts.sh
@@ -96,6 +96,7 @@ function buildDockerImage() {
 
 	mvn --batch-mode \
     	compile jib:$JIB_CMD \
+    	-Dnightly-localfs-repo \
     	-Dmaven.source.skip=true \
     	-Dskip.git \
     	-Dskip.arch \