o turn the test on for a final run but we don't need the assembly again

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@497198 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-01-17 22:04:01 +00:00
parent 7985a25ef6
commit 1b2414353f
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ load ${bootstrapDir}/target/classes
<target name="run-full-maven" depends="all" <target name="run-full-maven" depends="all"
description="runs the full extracted Maven, now with tests"> description="runs the full extracted Maven, now with tests">
<property name="maven.goals" value="clean install"/> <property name="maven.goals" value="clean test"/>
<java classname="org.codehaus.classworlds.Launcher" fork="true" failonerror="true"> <java classname="org.codehaus.classworlds.Launcher" fork="true" failonerror="true">
<classpath> <classpath>
<fileset dir="${maven.home}/core/boot" includes="plexus-classworlds-*.jar"/> <fileset dir="${maven.home}/core/boot" includes="plexus-classworlds-*.jar"/>