diff ssdt.default.ivy.settings.xml @ 6:e779cd205e30

TL-32: Add default ivy settings and update fetch typedef.
author smith@nwoca.org
date Fri, 17 Dec 2010 21:25:13 -0500
parents
children d63570d69dd3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ssdt.default.ivy.settings.xml	Fri Dec 17 21:25:13 2010 -0500
@@ -0,0 +1,34 @@
+<!-- SSDT default ivy settings.
+    This file should be used by all SSDT projects based on Ivy.  It should included from
+    the project's local ivysettings.xml file.
+-->
+<ivysettings>
+    <settings defaultResolver="default"/>
+    <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true">
+        <cache name="ssdt-cache" basedir="${user.home}/.ivy2/ssdt-cache"/>
+    </caches>
+    <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/>
+    <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/>
+    <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
+    <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/>
+    <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
+    <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
+    <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/>
+    <resolvers >
+        <chain name="default" checkmodified="true" changingMatcher="*.*SNAPSHOT">
+            <filesystem name="local" checkmodified="true" force="true" cache="ssdt-cache" changingMatcher="*.*SNAPSHOT">
+                <ivy pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}" />
+                <artifact pattern="${ivy.local.default.root}/${ivy.local.default.artifact.pattern}" />
+            </filesystem>
+            <url name="ssdt-snapshots" checkmodified="true" changingMatcher="*.*SNAPSHOT">
+                <ivy pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/>
+                <artifact pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/>
+            </url>
+            <url name="ssdt-repository">
+                <ivy pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
+                <artifact pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
+            </url>
+            <ibiblio name="ssdt-repo" root="http://repos.ssdt.nwoca.org/artifactory/repo/" m2compatible="true"/>
+        </chain>
+    </resolvers>
+</ivysettings>
\ No newline at end of file