Skip to content

Commit

Permalink
use defualt mvn for build
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyueyi committed Dec 12, 2018
1 parent 7181ab6 commit dd6ba92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mvnw → mvnw.bk
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 Migwn, ensure paths are in UNIX format before anything is touched
# For Mingw, 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,7 +201,9 @@ if [ -z "$BASE_DIR" ]; then
fi

export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"}
echo $MAVEN_PROJECTBASEDIR
if [ "$MVNW_VERBOSE" = true ]; then
echo $MAVEN_PROJECTBASEDIR
fi
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 dd6ba92

Please sign in to comment.