You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/02/13 09:39:11 UTC

[camel-k] branch master updated: Set Maven batch mode for CI Maven build

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 266fff8  Set Maven batch mode for CI Maven build
266fff8 is described below

commit 266fff8b3044cc011fd079777f053824c0a12142
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Wed Feb 13 10:21:54 2019 +0100

    Set Maven batch mode for CI Maven build
---
 script/package_maven_artifacts.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/package_maven_artifacts.sh b/script/package_maven_artifacts.sh
index 0454a7d..8426521 100755
--- a/script/package_maven_artifacts.sh
+++ b/script/package_maven_artifacts.sh
@@ -2,4 +2,4 @@
 
 location=$(dirname $0)
 cd $location/../
-./mvnw clean install -DskipTests -f runtime/pom.xml -s build/maven/settings.xml
+./mvnw clean install --batch-mode -DskipTests -f runtime/pom.xml -s build/maven/settings.xml