Merge pull request #111 from kac-/kac-antscript0
fix dead maven-ant-tasks binaries url
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<property name="maven-ant.dir" value="${user.home}/.m2/ant-support"/>
|
||||
<property name="maven-ant.jar" value="${maven-ant.dir}/maven-ant-tasks-${maven-ant.vers}.jar"/>
|
||||
<property name="maven-ant.url"
|
||||
value="http://mirrors.ibiblio.org/pub/mirrors/apache/maven/binaries"/>
|
||||
value="http://central.maven.org/maven2/org/apache/maven/maven-ant-tasks/${maven-ant.vers}"/>
|
||||
<condition property="maven-ant.exists"><available file="${maven-ant.jar}"/></condition>
|
||||
<target name="-download-maven-ant" unless="maven-ant.exists">
|
||||
<mkdir dir="${maven-ant.dir}"/>
|
||||
|
||||
Reference in New Issue
Block a user