Author: ate
Date: Wed Nov 23 06:52:22 2005
New Revision: 348452
URL: http://svn.apache.org/viewcvs?rev=348452&view=rev
Log:
Need to execute maven from within maven with option vmlaucher="true"
otherwise it fails to find env. setting ant.home on OpenSuSE 10.0
Modified:
portals/jetspeed-2/trunk/maven.xml
Modified: portals/jetspeed-2/trunk/maven.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven.xml?rev=348452&r1=348451&r2=348452&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven.xml (original)
+++ portals/jetspeed-2/trunk/maven.xml Wed Nov 23 06:52:22 2005
@@ -194,7 +194,7 @@
<j:set var="cmdargs" value="-o j2:db.create.test"/>
</j:otherwise>
</j:choose>
- <exec dir="${basedir}" vmlauncher="false" failonerror="true"
executable="maven">
+ <exec dir="${basedir}" vmlauncher="true" failonerror="true"
executable="maven">
<arg line="${cmdargs}"/>
</exec>
</j:if>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]