We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8ba13 commit b017c48Copy full SHA for b017c48
1 file changed
pom.xml
@@ -192,8 +192,7 @@
192
<artifactId>maven-surefire-plugin</artifactId>
193
<version>2.5</version>
194
<configuration>
195
- <argLine>-Duser.timezone=UTC -XX:MaxPermSize=1024m
196
- -Xmx1024m</argLine>
+ <argLine>-Duser.timezone=UTC -XX:MaxPermSize=1024m -Xmx1024m</argLine>
197
<skipTests>false</skipTests>
198
<testFailureIgnore>true</testFailureIgnore>
199
<forkMode>once</forkMode>
0 commit comments