mirror of https://github.com/apache/maven.git
[MNG-3849] added clean.local.repo flag to the mercury build
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@751153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
93af608d55
commit
0f3af9305d
|
@ -83,8 +83,8 @@ END SNIPPET: ant-bootstrap -->
|
|||
</target>
|
||||
|
||||
<target name="clean-local-repo" description="cleans up local repo" unless="do.not.clean.local.repo">
|
||||
<delete dir="${maven.local.repo}"/>
|
||||
<mkdir dir="${maven.local.repo}"/>
|
||||
<delete dir="${maven.repo.local}"/>
|
||||
<mkdir dir="${maven.repo.local}"/>
|
||||
</target>
|
||||
|
||||
<target name="pull" depends="init,clean-local-repo" unless="skip.pull">
|
||||
|
|
Loading…
Reference in New Issue