mirror of https://github.com/apache/maven.git
o updating to use latest snapshot of plexus which uses XBR. i'll update again when xbr does a release in a couple days.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@649863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36092a009d
commit
9185af5752
|
@ -161,7 +161,7 @@ under the License.
|
|||
|
||||
<target name="extract-assembly" depends="init,maven-assembly" description="extracts the maven assembly into maven.home">
|
||||
<echo>Extracting assembly to ${maven.home.dirname} ...</echo>
|
||||
<!-- 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>
|
||||
<fileset dir="${maven.home}">
|
||||
<include name="bin"/>
|
||||
|
|
Loading…
Reference in New Issue