You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/01/11 21:28:39 UTC

svn commit: r898054 - /james/imap/trunk/parent/pom.xml

Author: norman
Date: Mon Jan 11 20:28:39 2010
New Revision: 898054

URL: http://svn.apache.org/viewvc?rev=898054&view=rev
Log:
increase memory when running junit tests (IMAP-110)

Modified:
    james/imap/trunk/parent/pom.xml

Modified: james/imap/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=898054&r1=898053&r2=898054&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Mon Jan 11 20:28:39 2010
@@ -149,8 +149,18 @@
   </repositories>
   <reporting>
     <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
+     <plugin>
+       <groupId>org.apache.maven.plugins</groupId>
+       <artifactId>maven-surefire-plugin</artifactId>
+       <configuration>
+         <forkMode>pertest</forkMode>
+         <argLine>-Xms256m -Xmx512m</argLine> 
+         <testFailureIgnore>false</testFailureIgnore>
+         <skip>false</skip>
+         <includes>
+           <include>**/*Test.java</include>
+         </includes>
+       </configuration>
       </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org