File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 120
120
<plugin >
121
121
<groupId >org.apache.maven.plugins</groupId >
122
122
<artifactId >maven-surefire-plugin</artifactId >
123
- <version >2.18.1 </version >
123
+ <version >3.0.0-M1 </version >
124
124
<executions >
125
125
<execution >
126
126
<phase >test</phase >
207
207
<plugin >
208
208
<groupId >org.apache.maven.plugins</groupId >
209
209
<artifactId >maven-failsafe-plugin</artifactId >
210
- <version >2.18.1 </version >
210
+ <version >3.0.0-M1 </version >
211
211
<executions >
212
212
<execution >
213
213
<phase >integration-test</phase >
217
217
</goals >
218
218
<configuration >
219
219
<includes >
220
- <include >**/it/**</include >
220
+ <include >**/it/**/*.java </include >
221
221
</includes >
222
222
<systemPropertyVariables >
223
223
<liberty .test.port>${testServerHttpPort} </liberty .test.port>
240
240
</plugin >
241
241
</plugins >
242
242
</build >
243
- </project >
243
+ </project >
Original file line number Diff line number Diff line change 120
120
<plugin >
121
121
<groupId >org.apache.maven.plugins</groupId >
122
122
<artifactId >maven-surefire-plugin</artifactId >
123
- <version >2.18.1 </version >
123
+ <version >3.0.0-M1 </version >
124
124
<executions >
125
125
<execution >
126
126
<phase >test</phase >
207
207
<plugin >
208
208
<groupId >org.apache.maven.plugins</groupId >
209
209
<artifactId >maven-failsafe-plugin</artifactId >
210
- <version >2.18.1 </version >
210
+ <version >3.0.0-M1 </version >
211
211
<executions >
212
212
<execution >
213
213
<phase >integration-test</phase >
217
217
</goals >
218
218
<configuration >
219
219
<includes >
220
- <include >**/it/**</include >
220
+ <include >**/it/**/*.java </include >
221
221
</includes >
222
222
<systemPropertyVariables >
223
223
<liberty .test.port>${testServerHttpPort} </liberty .test.port>
240
240
</plugin >
241
241
</plugins >
242
242
</build >
243
- </project >
243
+ </project >
You can’t perform that action at this time.
0 commit comments