File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 7
7
- openjdk-6-jdk
8
8
9
9
jdk :
10
+ - oraclejdk9
10
11
- oraclejdk8
11
12
- openjdk8
12
13
- openjdk7
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if $cygwin ; then
108
108
CLASSPATH=` cygpath --path --unix " $CLASSPATH " `
109
109
fi
110
110
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
112
112
if $mingw ; then
113
113
[ -n " $M2_HOME " ] &&
114
114
M2_HOME=" ` (cd " $M2_HOME " ; pwd)` "
@@ -201,7 +201,9 @@ if [ -z "$BASE_DIR" ]; then
201
201
fi
202
202
203
203
export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:- " $BASE_DIR " }
204
- echo $MAVEN_PROJECTBASEDIR
204
+ if [ " $MVNW_VERBOSE " = true ]; then
205
+ echo $MAVEN_PROJECTBASEDIR
206
+ fi
205
207
MAVEN_OPTS=" $( concat_lines " $MAVEN_PROJECTBASEDIR /.mvn/jvm.config" ) $MAVEN_OPTS "
206
208
207
209
# For Cygwin, switch paths to Windows format before running java
Original file line number Diff line number Diff line change 35
35
36
36
@ REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
37
37
@ echo off
38
+ @ REM set title of command window
39
+ title %0
38
40
@ REM enable echoing my setting MAVEN_BATCH_ECHO to 'on'
39
41
@ if " %MAVEN_BATCH_ECHO% " == " on" echo %MAVEN_BATCH_ECHO%
40
42
Original file line number Diff line number Diff line change 197
197
198
198
<!-- Test dependencies -->
199
199
<dependency >
200
- <groupId >junit</groupId >
201
- <artifactId >junit</artifactId >
202
- <version >4.12</version >
200
+ <groupId >org. junit.vintage </groupId >
201
+ <artifactId >junit-vintage-engine </artifactId >
202
+ <version >4.12.2 </version >
203
203
<scope >test</scope >
204
204
</dependency >
205
205
<dependency >
346
346
</excludes >
347
347
</configuration >
348
348
</plugin >
349
+ <!-- Patch until mybatis-parent 30 (jdk9 build support) -->
350
+ <plugin >
351
+ <groupId >org.codehaus.mojo</groupId >
352
+ <artifactId >animal-sniffer-maven-plugin</artifactId >
353
+ <version >1.16</version >
354
+ </plugin >
349
355
</plugins >
350
356
351
357
<resources >
You can’t perform that action at this time.
0 commit comments