mirror of https://github.com/apache/ant-ivy
use repo1.maven.org instead of ibiblio + remove checkModified
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@515997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86826f5e59
commit
4f6038de2e
|
|
@ -7,10 +7,10 @@
|
|||
version only available on ivyrep, but not on ivyrep
|
||||
As soon as vfs will be available on ibiblio, the default configuration could be used again
|
||||
-->
|
||||
<url name="public" checkmodified="true">
|
||||
<url name="public">
|
||||
<ivy pattern="http://ivyrep.jayasoft.org/[organisation]/[module]/ivy-[revision].xml"/>
|
||||
<artifact pattern="http://ivyrep.jayasoft.org/[organisation]/[module]/[revision]/[artifact].[ext]"/>
|
||||
<artifact pattern="http://www.ibiblio.org/maven/[module]/[type]s/[artifact]-[revision].[ext]"/>
|
||||
<artifact pattern="http://repo1.maven.org/maven/[module]/[type]s/[artifact]-[revision].[ext]"/>
|
||||
</url>
|
||||
</resolvers>
|
||||
</ivyconf>
|
||||
Loading…
Reference in New Issue