diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-08 23:45:18 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-08 23:45:18 +0000 |
commit | 92af2b263ee06d75adad9256ec9d22cdf751efb9 (patch) | |
tree | 16c72a33bf52a6166783910d242d9a57060ed0bd /sca-java-2.x/trunk/testing/compliance-tests/assembly | |
parent | c71524917eeecfa8aeb5c497d2c3660f0862ab71 (diff) |
Customize the surefire plugin trying to avoid out of heap space
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/compliance-tests/assembly')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml index adc7edcf11..973bec43be 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml @@ -74,6 +74,7 @@ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <argLine>-Xms256m -Xmx1024m</argLine>
<excludes>
</excludes>
</configuration>
|