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 <anto...@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