Author: rgardler
Date: Fri Feb 23 01:43:09 2007
New Revision: 510887
URL: http://svn.apache.org/viewvc?view=rev&rev=510887
Log:
Fix resolution by local maven repos (not sure why it didn't work the other way,
taking it up with ivy users list)
Modified:
forrest/branches/ivyBuild/tools/ivy/ivyconf.xml
Modified: forrest/branches/ivyBuild/tools/ivy/ivyconf.xml
URL:
http://svn.apache.org/viewvc/forrest/branches/ivyBuild/tools/ivy/ivyconf.xml?view=diff&rev=510887&r1=510886&r2=510887
==============================================================================
--- forrest/branches/ivyBuild/tools/ivy/ivyconf.xml (original)
+++ forrest/branches/ivyBuild/tools/ivy/ivyconf.xml Fri Feb 23 01:43:09 2007
@@ -22,31 +22,23 @@
<conf defaultResolver="default" />
<resolvers>
- <ivyrep name="ivyrep" ivyroot="http://ivyrep.jayasoft.org/" />
- <ivyrep name="ivyrepsandbox"
- ivyroot="http://opensvn.csie.org/ivyrepsandbox/" />
- <ibiblio name="apache-snapshot" m2compatible="true"
-
root="http://people.apache.org/maven-snapshot-repository" />
- <ibiblio name="apache" m2compatible="true"
- root="http://people.apache.org/repository"
-
pattern="[organisation]/[type]s/[artifact]-[revision].[ext]" />
- <ibiblio name="ibiblio-maven2" root="${ibiblio-maven2-root}"
- pattern="${ibiblio-maven2-pattern}" m2compatible="true"
- namespace="ibiblio-maven2" />
- <filesystem name="local">
- <ivy
-
pattern="${local.repo.dir}/[organisation]/[module]/ivy-[revision].xml" />
- <artifact
-
pattern="${local.repo.dir}/[organisation]/[module]/[type]s/[artifact]-[revision].[type]"
/>
- </filesystem>
-
<chain name="default" returnFirst="true">
- <resolver ref="local" />
- <ivyrep name="apache" />
- <ivyrep name="apache-snapshot" />
- <ivyrep name="ivyrep" />
- <ivyrep name="ivyrepsandbox" />
- <ibiblio name="ibiblio-maven2" />
+ <ivyrep name="ivyrep" ivyroot="http://ivyrep.jayasoft.org/" />
+ <ivyrep name="ivyrepsandbox"
+ ivyroot="http://opensvn.csie.org/ivyrepsandbox/" />
+ <ibiblio name="apache"
+ root="http://people.apache.org/repository" />
+ <ibiblio name="pache-snapshot" m2compatible="true"
+ root="http://people.apache.org/maven-snapshot-repository" />
+ <ibiblio name="ibiblio-maven2" root="${ibiblio-maven2-root}"
+ pattern="${ibiblio-maven2-pattern}" m2compatible="true"
+ namespace="ibiblio-maven2" />
+ <filesystem name="local">
+ <ivy
+
pattern="${local.repo.dir}/[organisation]/[module]/ivy-[revision].xml" />
+ <artifact
+
pattern="${local.repo.dir}/[organisation]/[module]/[type]s/[artifact]-[revision].[type]"
/>
+ </filesystem>
</chain>
</resolvers>
</ivyconf>