Author: keith Date: Mon Jun 23 19:03:21 2008 New Revision: 18573 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18573
Log: Fixing heap space issues while running test cases Modified: trunk/mashup/java/modules/integration/pom.xml Modified: trunk/mashup/java/modules/integration/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/integration/pom.xml?rev=18573&r1=18572&r2=18573&view=diff ============================================================================== --- trunk/mashup/java/modules/integration/pom.xml (original) +++ trunk/mashup/java/modules/integration/pom.xml Mon Jun 23 19:03:21 2008 @@ -235,12 +235,12 @@ </executions> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <inherited>false</inherited> + <!--inherited>false</inherited--> <configuration> <forkMode>pertest</forkMode> - <argLine>-Xmx256m</argLine> - <argLine>-enableassertions</argLine> + <argLine>-Xms256m -Xmx512m</argLine> <testFailureIgnore>false</testFailureIgnore> <skip>false</skip> <includes> _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
