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 6910b88 commit 257c828Copy full SHA for 257c828
util/pom.xml
@@ -97,12 +97,6 @@
97
<artifactId>maven-surefire-plugin</artifactId>
98
<version>2.12</version>
99
<configuration>
100
- <systemProperties>
101
- <property>
102
- <name>loggerPath</name>
103
- <value>conf/log4j.properties</value>
104
- </property>
105
- </systemProperties>
106
<argLine>-Xms512m -Xmx1500m</argLine>
107
<parallel>methods</parallel>
108
<forkMode>pertest</forkMode>
util/src/main/resources/log4j.properties
0 commit comments