You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/02/10 09:32:46 UTC

[camel-k] branch master updated: chore: Run Maven in batch mode to reduce log noise

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

jamesnetherton 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 758a9c4  chore: Run Maven in batch mode to reduce log noise
758a9c4 is described below

commit 758a9c464f4a32618078c74c27b5fd50fb68ff19
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Feb 10 08:44:01 2020 +0000

    chore: Run Maven in batch mode to reduce log noise
---
 script/build_catalog.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/script/build_catalog.sh b/script/build_catalog.sh
index a3af6ba..a29a0e8 100755
--- a/script/build_catalog.sh
+++ b/script/build_catalog.sh
@@ -25,6 +25,7 @@ if [ "$#" -ge 1 ]; then
     -f ${rootdir}/build/maven/pom-catalog.xml \
     -Dcatalog.path=${rootdir}/deploy \
     -Druntime.version=$runtimeVersion \
+    -B \
     "$@"
 else
   echo "usage: $0 runtime.version catalog.runtime [staging.repo]"