File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 22
22
<plugin >
23
23
<groupId >org.apache.maven.plugins</groupId >
24
24
<artifactId >maven-surefire-plugin</artifactId >
25
- <version >2.20 </version >
25
+ <version >2.21.0 </version >
26
26
</plugin >
27
27
</plugins >
28
28
</pluginManagement >
130
130
</execution >
131
131
</executions >
132
132
</plugin >
133
+ <!-- Reuse unittest configuration, now run it as true Multi Release jar -->
134
+ <plugin >
135
+ <groupId >org.apache.maven.plugins</groupId >
136
+ <artifactId >maven-surefire-plugin</artifactId >
137
+ <executions >
138
+ <execution >
139
+ <id >jdk9</id >
140
+ <phase >integration-test</phase >
141
+ <goals >
142
+ <goal >test</goal >
143
+ </goals >
144
+ <configuration >
145
+ <!-- force new configuration, otherwise surefire won't run a second time -->
146
+ <failIfNoTests >true</failIfNoTests >
147
+ </configuration >
148
+ </execution >
149
+ </executions >
150
+ </plugin >
133
151
</plugins >
134
152
</pluginManagement >
135
153
</build >
You can’t perform that action at this time.
0 commit comments