mirror of https://github.com/apache/maven.git
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:
parent
667fe087d5
commit
1191f37a33
|
@ -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">
|
<target name="extract-assembly" depends="init,maven-assembly" description="extracts the maven assembly into maven.home">
|
||||||
<echo>Extracting assembly to ${maven.home.dirname} ...</echo>
|
<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. -->
|
<!-- Deleting the contents inside maven.home allow one to use symlinks for maven.home and still have this work. -->
|
||||||
<delete>
|
<delete>
|
||||||
<fileset dir="${maven.home}">
|
<fileset dir="${maven.home}">
|
||||||
|
|
Loading…
Reference in New Issue