[jbpm-commits] JBoss JBPM SVN: r2159 - jbpm3/trunk/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 10 05:32:16 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-10 05:32:16 -0400 (Wed, 10 Sep 2008)
New Revision: 2159

Modified:
   jbpm3/trunk/hudson/hudson-home/command.sh
Log:
export MAVEN_OPTS=-Xmx512m

Modified: jbpm3/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm3/trunk/hudson/hudson-home/command.sh	2008-09-10 08:42:43 UTC (rev 2158)
+++ jbpm3/trunk/hudson/hudson-home/command.sh	2008-09-10 09:32:16 UTC (rev 2159)
@@ -3,12 +3,15 @@
 # A script that uses Maven to build the project and
 # execute its test suite against a given target container 
 #
-# $Id:$
+# $Id$
 
 WORKSPACE=`pwd`
 JBPMDIR=$WORKSPACE/jbpm
 DISTRODIR=$JBPMDIR/modules/distribution/target
 
+# Give Maven some more heap
+export MAVEN_OPTS=-Xmx512m
+
 case "$CONTAINER" in
   jboss422*)
     JBOSS_BUILD=jboss-4.2.2.GA




More information about the jbpm-commits mailing list