File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 92
92
<version >${scala.version} </version >
93
93
</dependency >
94
94
95
- <!-- Note: this is not yet available in a public maven repo.
96
- If you use the installer, the version will be replaced
97
- with the compiled version-->
98
95
<dependency >
99
96
<groupId >mesosphere</groupId >
100
97
<artifactId >chaos_2.11</artifactId >
418
415
<configuration >
419
416
<argLine >-Xmx1024m -Duser.timezone=UTC</argLine >
420
417
<redirectTestOutputToFile >false</redirectTestOutputToFile >
421
- <forkCount >3 </forkCount >
418
+ <forkCount >1 </forkCount >
422
419
<reuseForks >true</reuseForks >
423
420
<includes >
424
421
<include >**/Test*.java</include >
433
430
</systemProperties >
434
431
</configuration >
435
432
</plugin >
436
- <!-- TODO(FL): use this plugin to run a local version directly from maven <plugin>-->
437
- <!-- <groupId>org.codehaus.mojo</groupId>-->
438
- <!-- <artifactId>exec-maven-plugin</artifactId>-->
439
- <!-- <version>1.2.1</version>-->
440
- <!-- <configuration>-->
441
- <!-- <mainClass>${mainClass}</mainClass>-->
442
- <!-- </configuration>-->
443
- <!-- </plugin>-->
444
433
<plugin >
445
434
<groupId >org.apache.maven.plugins</groupId >
446
435
<artifactId >maven-dependency-plugin</artifactId >
458
447
</executions >
459
448
</plugin >
460
449
461
- <!-- TODO: Add maven/scalastyle-check -->
462
450
<plugin >
463
451
<artifactId >maven-clean-plugin</artifactId >
464
452
<version >${maven-clean-plugin.version} </version >
You can’t perform that action at this time.
0 commit comments