Skip to content

Commit

Permalink
Update Maven wrapper to version 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Zurowski <[email protected]>
  • Loading branch information
gzurowski committed Mar 10, 2018
1 parent 48fbc67 commit 0ee1fdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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

Binary file modified .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
6 changes: 2 additions & 4 deletions mvnw
Original file line number Diff line number Diff line change
Expand Up @@ -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)`"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0ee1fdf

Please sign in to comment.