[hibernate-commits] Hibernate SVN: r18309 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Dec 21 15:06:42 EST 2009


Author: hardy.ferentschik
Date: 2009-12-21 15:06:42 -0500 (Mon, 21 Dec 2009)
New Revision: 18309

Modified:
   core/trunk/parent/pom.xml
Log:
HHH-4728

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2009-12-21 17:51:13 UTC (rev 18308)
+++ core/trunk/parent/pom.xml	2009-12-21 20:06:42 UTC (rev 18309)
@@ -172,6 +172,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                    <argLine>-Xmx1024m</argLine>
                 </configuration>
             </plugin>
             <!-- Attach source jars -->



More information about the hibernate-commits mailing list