File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 244
244
<plugin >
245
245
<groupId >org.apache.maven.plugins</groupId >
246
246
<artifactId >maven-invoker-plugin</artifactId >
247
- <version >2 .0.0 </version >
247
+ <version >3 .0.1 </version >
248
248
<configuration >
249
249
<debug >true</debug >
250
250
<cloneProjectsTo >${project.build.directory} /it</cloneProjectsTo >
256
256
</localRepositoryPath >
257
257
<settingsFile >src/it/settings.xml</settingsFile >
258
258
<addTestClassPath >true</addTestClassPath >
259
- <goals >
260
- <goal >clean</goal >
261
- <goal >integration-test</goal >
262
- </goals >
263
259
<parallelThreads >5</parallelThreads >
264
260
</configuration >
265
261
<executions >
266
262
<execution >
267
- <id >integration-test </id >
263
+ <id >runOneTestToSetupRepoAndAvoidConcurrentDownloads </id >
268
264
<goals >
269
265
<goal >install</goal >
270
266
<goal >integration-test</goal >
267
+ </goals >
268
+ <configuration >
269
+ <pomIncludes >
270
+ <pomInclude >**/junit/simple-it/pom.xml</pomInclude >
271
+ </pomIncludes >
272
+ <parallelThreads >1</parallelThreads >
273
+ </configuration >
274
+ </execution >
275
+ <execution >
276
+ <id >integration-test</id >
277
+ <goals >
278
+ <goal >integration-test</goal >
271
279
<goal >verify</goal >
272
280
</goals >
273
281
</execution >
318
326
<format >html</format >
319
327
<format >xml</format >
320
328
</formats >
329
+ <check />
321
330
</configuration >
322
331
<reportSets >
323
332
<reportSet >
You can’t perform that action at this time.
0 commit comments