You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2018/03/10 04:11:31 UTC

[camel] branch master updated: Update Maven wrapper to version 0.4.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0ee1fdf  Update Maven wrapper to version 0.4.0
0ee1fdf is described below

commit 0ee1fdfc75bdf984ef3198b4f76968c8ba3d7050
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Mar 10 05:11:10 2018 +0100

    Update Maven wrapper to version 0.4.0
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 .gitattributes                 |   3 ++-
 .mvn/wrapper/maven-wrapper.jar | Bin 47774 -> 48934 bytes
 mvnw                           |   6 ++----
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index e438fd8..604cdf8 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,4 @@
-# Unix line endings for the Maven wrapper script
+# OS specific line endings for the Maven wrapper script
 mvnw text eol=lf
+mvnw.cmd text eol=crlf
 
diff --git a/.mvn/wrapper/maven-wrapper.jar b/.mvn/wrapper/maven-wrapper.jar
index 41c70a7..279ff4c 100644
Binary files a/.mvn/wrapper/maven-wrapper.jar and b/.mvn/wrapper/maven-wrapper.jar differ
diff --git a/mvnw b/mvnw
index e96ccd5..5bf251c 100755
--- a/mvnw
+++ b/mvnw
@@ -108,7 +108,7 @@ if $cygwin ; then
     CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
 fi
 
-# For Mingw, ensure paths are in UNIX format before anything is touched
+# For Migwn, ensure paths are in UNIX format before anything is touched
 if $mingw ; then
   [ -n "$M2_HOME" ] &&
     M2_HOME="`(cd "$M2_HOME"; pwd)`"
@@ -201,9 +201,7 @@ if [ -z "$BASE_DIR" ]; then
 fi
 
 export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"}
-if [ "$MVNW_VERBOSE" = true ]; then
-  echo $MAVEN_PROJECTBASEDIR
-fi
+echo $MAVEN_PROJECTBASEDIR
 MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS"
 
 # For Cygwin, switch paths to Windows format before running java

-- 
To stop receiving notification emails like this one, please contact
gzurowski@apache.org.