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/12/13 12:16:15 UTC

[camel-k] branch master updated: Update to maven 3.6.3

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 4442007  Update to maven 3.6.3
4442007 is described below

commit 444200793bb4c00b2a4c9e2b8b0b4e5b0c582254
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Dec 11 18:50:16 2019 +0100

    Update to maven 3.6.3
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 script/package_maven_artifacts.sh     | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
index b6e6781..d6f02e6 100755
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -1 +1 @@
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip
\ No newline at end of file
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
\ No newline at end of file
diff --git a/script/package_maven_artifacts.sh b/script/package_maven_artifacts.sh
index c9d1c9f..09b0047 100755
--- a/script/package_maven_artifacts.sh
+++ b/script/package_maven_artifacts.sh
@@ -30,6 +30,8 @@ cd ${location}/..
 
 if [ "$strategy" = "copy" ]; then
     ./mvnw \
+        -V \
+        --no-transfer-progress \
         -f build/maven/pom-runtime.xml \
         -DoutputDirectory=$PWD/build/_maven_output \
         -Druntime.version=$version \
@@ -37,6 +39,8 @@ if [ "$strategy" = "copy" ]; then
         dependency:copy-dependencies
 elif [ "$strategy" = "download" ]; then
     ./mvnw \
+        -V \
+        --no-transfer-progress \
         -f build/maven/pom-runtime.xml \
         -Dmaven.repo.local=$PWD/build/_maven_output \
         -Druntime.version=$version \