We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d490a commit 920d0a0Copy full SHA for 920d0a0
pom.xml
@@ -30,12 +30,6 @@
30
<artifactId>maven-surefire-plugin</artifactId>
31
<version>3.0.0-M3</version>
32
<configuration>
33
- <systemProperties>
34
- <property>
35
- <name>loggerPath</name>
36
- <value>conf/log4j.properties</value>
37
- </property>
38
- </systemProperties>
39
<argLine>-Xms512m -Xmx1500m</argLine>
40
<parallel>methods</parallel>
41
<useUnlimitedThreads>true</useUnlimitedThreads>
0 commit comments