Author: nbelaevski
Date: 2009-02-05 09:19:20 -0500 (Thu, 05 Feb 2009)
New Revision: 12577
Modified:
trunk/test-applications/seleniumTest/pom.xml
Log:
Heap size option for Surefire plugin added
Modified: trunk/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml 2009-02-05 13:43:39 UTC (rev 12576)
+++ trunk/test-applications/seleniumTest/pom.xml 2009-02-05 14:19:20 UTC (rev 12577)
@@ -50,6 +50,12 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>-Xmx256m</argLine>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>0.3.1</version>
Show replies by date