You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ka...@apache.org on 2008/09/21 19:05:54 UTC

svn commit: r697552 - /lucene/mahout/trunk/examples/pom.xml

Author: kalle
Date: Sun Sep 21 10:05:54 2008
New Revision: 697552

URL: http://svn.apache.org/viewvc?rev=697552&view=rev
Log:
more heap for tests

Modified:
    lucene/mahout/trunk/examples/pom.xml

Modified: lucene/mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/pom.xml?rev=697552&r1=697551&r2=697552&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/pom.xml (original)
+++ lucene/mahout/trunk/examples/pom.xml Sun Sep 21 10:05:54 2008
@@ -30,6 +30,19 @@
         </configuration>
       </plugin>
 
+     <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/>
+          <excludes/>
+        </configuration>
+      </plugin>
+
       <plugin>
         <artifactId>maven-install-plugin</artifactId>