mirror of https://github.com/apache/maven.git
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:
parent
bd608ed4cf
commit
028a4464de
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue