[jboss-cvs] JBossAS SVN: r105735 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 4 15:45:14 EDT 2010


Author: pgier
Date: 2010-06-04 15:45:13 -0400 (Fri, 04 Jun 2010)
New Revision: 105735

Modified:
   trunk/build.bat
   trunk/build.sh
Log:
[JBAS-8070] Build scripts should ignore M2_HOME

Modified: trunk/build.bat
===================================================================
--- trunk/build.bat	2010-06-04 19:43:41 UTC (rev 105734)
+++ trunk/build.bat	2010-06-04 19:45:13 UTC (rev 105735)
@@ -26,7 +26,7 @@
 SETLOCAL
 
 set CLASSPATH=
-set MAVEN_HOME=
+set M2_HOME=
 
 REM ******************************************************
 REM - "for" loops have been unrolled for compatibility

Modified: trunk/build.sh
===================================================================
--- trunk/build.sh	2010-06-04 19:43:41 UTC (rev 105734)
+++ trunk/build.sh	2010-06-04 19:45:13 UTC (rev 105735)
@@ -16,7 +16,7 @@
 ROOT="/"
 
 # Ignore user's MAVEN_HOME if it is set
-MAVEN_HOME=""
+M2_HOME=""
 
 MAVEN_OPTS="$MAVEN_OPTS -Xmx512M"
 export MAVEN_OPTS



More information about the jboss-cvs-commits mailing list