o make the maven home if we are starting completely from scratch, people using the hudson setup are getting dinged.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@676086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-07-11 21:32:54 +00:00
parent 667fe087d5
commit 1191f37a33
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ having a set of builds converge on the same repository for integration purposes.
<target name="extract-assembly" depends="init,maven-assembly" description="extracts the maven assembly into maven.home">
<echo>Extracting assembly to ${maven.home.dirname} ...</echo>
<!-- If we are starting from scratch make sure the directory is created -->
<mkdir dir="${maven.home}"/>
<!-- Deleting the contents inside maven.home allow one to use symlinks for maven.home and still have this work. -->
<delete>
<fileset dir="${maven.home}">