mirror of https://github.com/apache/ant-ivy
16 lines
762 B
XML
16 lines
762 B
XML
<ivyconf>
|
|
<conf defaultResolver="public" />
|
|
<resolvers>
|
|
<!--
|
|
we use ivyrep for ivy and some artifacts, and ibiblio for other artifacts
|
|
The reason for that is that commons vfs is still not released, thus we depend on an integration
|
|
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">
|
|
<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://repo1.maven.org/maven/[module]/[type]s/[artifact]-[revision].[ext]"/>
|
|
</url>
|
|
</resolvers>
|
|
</ivyconf> |