Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Cleanup line feed in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Oct 21, 2013
1 parent a1b6390 commit cd9e862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zanata-war/pom.xml
Expand Up @@ -418,8 +418,8 @@
<junitArtifactName>none:none</junitArtifactName>
<testNGArtifactName>org.testng:testng</testNGArtifactName>
<forkMode>once</forkMode>
<argLine xml:space="preserve">-Xmx1024m -XX:MaxPermSize=512m -XX:+UseConcMarkSweepGC
-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError
<argLine xml:space="preserve">-Xmx1024m -XX:MaxPermSize=512m -XX:+UseConcMarkSweepGC
-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=${project.build.directory} -Dsun.lang.ClassLoader.allowArraySyntax=true</argLine>
<suiteXmlFiles>
<suiteXmlFile>src/test/resources/AllNonContainerTests.tng.xml</suiteXmlFile>
Expand Down

0 comments on commit cd9e862

Please sign in to comment.