mirror of https://github.com/apache/ant-ivy
delete unused resolvers
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a3e2a7c509
commit
1caf20dc60
|
|
@ -1,23 +1,21 @@
|
|||
<ivyconf>
|
||||
<conf defaultCache="${ivy.cache.dir}"
|
||||
defaultResolver="local-repository"
|
||||
defaultConflictManager="all" /> <!-- in order to get all revisions without any eviction -->
|
||||
|
||||
<include file="${ivy.conf.dir}/ivy-maven1-ivyconf.xml" />
|
||||
<include file="${ivy.conf.dir}/ivy-maven2-ivyconf.xml" />
|
||||
<conf defaultCache="${ivy.cache.dir}"
|
||||
defaultResolver="local-repository"
|
||||
defaultConflictManager="all" /> <!-- in order to get all revisions without any eviction -->
|
||||
|
||||
<include file="${ivy.conf.dir}/ivy-maven1-ivyconf.xml" />
|
||||
<include file="${ivy.conf.dir}/ivy-maven2-ivyconf.xml" />
|
||||
|
||||
<resolvers>
|
||||
<filesystem name="local-repository">
|
||||
<ivy pattern="${dest.repo.dir}/[organisation]/[module]/ivys/ivy-[revision].xml"/>
|
||||
<artifact pattern="${dest.repo.dir}/[organisation]/[module]/[type]s/[artifact]-[revision].[type]"/>
|
||||
</filesystem>
|
||||
|
||||
<chain name="libraries" returnFirst="false">
|
||||
<filesystem name="local-repository">
|
||||
<ivy pattern="${dest.repo.dir}/[organisation]/[module]/ivys/ivy-[revision].xml"/>
|
||||
<artifact pattern="${dest.repo.dir}/[organisation]/[module]/[type]s/[artifact]-[revision].[type]"/>
|
||||
</filesystem>
|
||||
|
||||
<chain name="libraries" returnFirst="false">
|
||||
<resolver ref="local-repository" />
|
||||
<ivyrep name="official-ivy-rep"/>
|
||||
<ivyrep name="jayasoft-sandbox-ivy-rep" ivyroot="http://opensvn.csie.org/ivyrepsandbox/" />
|
||||
<resolver ref="ibiblio-maven2" />
|
||||
<resolver ref="ibiblio-maven" />
|
||||
</chain>
|
||||
</chain>
|
||||
</resolvers>
|
||||
</ivyconf>
|
||||
|
|
|
|||
Loading…
Reference in New Issue