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 10:43:35 UTC

[camel-k] branch master updated: Deactivate Downloading/Downloaded Maven log messages from CI 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 24306ad  Deactivate Downloading/Downloaded Maven log messages from CI build
24306ad is described below

commit 24306ad94bb33085ede2c59d44411df811667c42
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Wed Feb 13 10:49:22 2019 +0100

    Deactivate Downloading/Downloaded Maven log messages from CI build
---
 .travis.yml     | 1 +
 script/Makefile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 572e97f..9b82904 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ env:
   global:
     - OPENSHIFT_VERSION=3.10.0
     - OPENSHIFT_COMMIT=dd10d17
+    - MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
 
 services:
   - docker
diff --git a/script/Makefile b/script/Makefile
index b88d994..95f4e6c 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,7 +20,7 @@ build-compile-integration-tests:
 	go test -c -tags=integration ./test/*.go
 
 build-runtime:
-	./mvnw clean install -f ./runtime/pom.xml
+	./mvnw clean install -B -f ./runtime/pom.xml
 
 release: clean prepare-release build images-build images-push cross-compile package-examples git-tag publish-base-images