Author: jdillon
Date: Tue Mar 27 19:47:04 2007
New Revision: 523147
URL: http://svn.apache.org/viewvc?view=rev&rev=523147
Log:
Use M2_HOME for Maven 2
Modified:
geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy?view=diff&rev=523147&r1=523146&r2=523147
==============================================================================
--- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
(original)
+++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
Tue Mar 27 19:47:04 2007
@@ -151,7 +151,7 @@
def exec = new ExecCommand(context)
exec.executable = 'project/tck-testsuite/runtests'
- exec.environment['MAVEN_HOME'] = new File('tools/maven').canonicalFile
+ exec.environment['M2_HOME'] = new File('tools/maven').canonicalFile
def args = []
args << '--nocolor'
|