o making a default target which runs everything. this assumes that the ITs have been generated with the perl script

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-19 03:37:53 +00:00
parent d49ba09f8a
commit e7babd5685
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<project default="run-full-maven">
<project default="all">
<description>
The first time you build Maven from source, you have to build Maven without Maven.
@ -263,6 +263,8 @@ need different versions of modello. -->
</java>
</target>
<target name="all" depends="init,extract-assembly,mits"/>
<target name="run-full-maven" depends="init,extract-assembly"
description="runs the full extracted Maven, now with tests">
<property name="maven.goals" value="clean install"/>