run the unit tests in the bootstrap

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@494705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2007-01-10 04:32:55 +00:00
parent bd608ed4cf
commit 028a4464de
1 changed files with 4 additions and 0 deletions

View File

@ -235,7 +235,9 @@
description="compiles Maven using the bootstrap Maven, skipping automated tests">
<java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true">
<classpath refid="maven.classpath"/>
<!--
<sysproperty key="maven.test.skip" value="true"/>
-->
<arg value="-e"/>
<arg value="-B"/>
<arg value="-X"/>
@ -252,7 +254,9 @@
description="generates the Maven installation assembly using the bootstrap Maven">
<java fork="true" dir="maven-cli" classname="org.apache.maven.cli.MavenCli" failonerror="true">
<classpath refid="maven.classpath"/>
<!--
<sysproperty key="maven.test.skip" value="true"/>
-->
<arg value="-e"/>
<arg value="-B"/>