cleanup first by default

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-21 02:13:01 +00:00
parent d2b993b9ad
commit 753d1edc64
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ need different versions of modello. -->
</java>
</target>
<target name="all" depends="init,extract-assembly,mits"/>
<target name="all" depends="clean-bootstrap,init,extract-assembly,mits"/>
<target name="run-full-maven" depends="init,extract-assembly"
description="runs the full extracted Maven, now with tests">