summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-13 10:13:24 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-13 10:13:24 +0000
commitd5198a753e524243f4ed59e8dc40cf87f46ddc46 (patch)
treeb3293ef4570885e1b6068b2503d9f4d3fd3b3ae3
parent54fdb68ef9f00e6744a1685f208b7c860ef4cd33 (diff)
Go back to the default surefire mem settings which gets my local build running ok without needing any mavenopts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933538 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index 4c82128484..17d0612115 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -839,9 +839,11 @@
<include>**/*TestCase.java</include>
</includes>
<reportFormat>brief</reportFormat>
+<!--
<useFile>false</useFile>
<forkMode>once</forkMode>
<argLine>-ea -Xmx756m -Xms756m -XX:MaxPermSize=512m</argLine>
+-->
</configuration>
</plugin>