Author: jdcasey
Date: Wed Mar 14 20:56:51 2007
New Revision: 518462
URL: http://svn.apache.org/viewvc?view=rev&rev=518462
Log:
removing the debug flags I was using for the bootstrap.
Modified:
maven/components/branches/2.1-lifecycle-refactor/build.xml
Modified: maven/components/branches/2.1-lifecycle-refactor/build.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/2.1-lifecycle-refactor/build.xml?view=diff&rev=518462&r1=518461&r2=518462
==============================================================================
--- maven/components/branches/2.1-lifecycle-refactor/build.xml (original)
+++ maven/components/branches/2.1-lifecycle-refactor/build.xml Wed Mar 14
20:56:51 2007
@@ -288,11 +288,11 @@
<java fork="true" classname="org.apache.maven.cli.MavenCli"
failonerror="true">
<classpath refid="maven.classpath"/>
-<!--
<arg value="-e"/>
- -->
<arg value="-B"/>
+<!--
<arg value="-X"/>
+ -->
<arg value="clean"/>
<arg value="install"/>
</java>
@@ -342,10 +342,10 @@
</classpath>
<sysproperty key="classworlds.conf" value="${bootstrapDir}/m2.conf"/>
<sysproperty key="bootstrapDir" value="${bootstrapDir}"/>
- <arg value="-X"/>
<!--
- <arg value="-e"/>
+ <arg value="-X"/>
-->
+ <arg value="-e"/>
<arg line="${maven.goals}"/>
</java>