File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- distributionUrl =https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0 /apache-maven-3.5.0 -bin.zip
1+ distributionUrl =https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.2 /apache-maven-3.5.2 -bin.zip
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: java
22sudo : false
33
44jdk :
5+ - oraclejdk9
56 - oraclejdk8
67 - openjdk8
78 - openjdk7
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if $cygwin ; then
108108 CLASSPATH=` cygpath --path --unix " $CLASSPATH " `
109109fi
110110
111- # For Migwn , ensure paths are in UNIX format before anything is touched
111+ # For Mingw , ensure paths are in UNIX format before anything is touched
112112if $mingw ; then
113113 [ -n " $M2_HOME " ] &&
114114 M2_HOME=" ` (cd " $M2_HOME " ; pwd)` "
@@ -201,7 +201,9 @@ if [ -z "$BASE_DIR" ]; then
201201fi
202202
203203export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:- " $BASE_DIR " }
204- echo $MAVEN_PROJECTBASEDIR
204+ if [ " $MVNW_VERBOSE " = true ]; then
205+ echo $MAVEN_PROJECTBASEDIR
206+ fi
205207MAVEN_OPTS=" $( concat_lines " $MAVEN_PROJECTBASEDIR /.mvn/jvm.config" ) $MAVEN_OPTS "
206208
207209# For Cygwin, switch paths to Windows format before running java
Original file line number Diff line number Diff line change 3535
3636@ REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
3737@ echo off
38+ @ REM set title of command window
39+ title %0
3840@ REM enable echoing my setting MAVEN_BATCH_ECHO to 'on'
3941@ if " %MAVEN_BATCH_ECHO% " == " on" echo %MAVEN_BATCH_ECHO%
4042
You can’t perform that action at this time.
0 commit comments