comparison 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
comparison
equal deleted inserted replaced
5:9c847b8c7e9c 6:e779cd205e30
1 <!-- SSDT default ivy settings.
2 This file should be used by all SSDT projects based on Ivy. It should included from
3 the project's local ivysettings.xml file.
4 -->
5 <ivysettings>
6 <settings defaultResolver="default"/>
7 <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true">
8 <cache name="ssdt-cache" basedir="${user.home}/.ivy2/ssdt-cache"/>
9 </caches>
10 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/>
11 <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/>
12 <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
13 <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/>
14 <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
15 <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
16 <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/>
17 <resolvers >
18 <chain name="default" checkmodified="true" changingMatcher="*.*SNAPSHOT">
19 <filesystem name="local" checkmodified="true" force="true" cache="ssdt-cache" changingMatcher="*.*SNAPSHOT">
20 <ivy pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}" />
21 <artifact pattern="${ivy.local.default.root}/${ivy.local.default.artifact.pattern}" />
22 </filesystem>
23 <url name="ssdt-snapshots" checkmodified="true" changingMatcher="*.*SNAPSHOT">
24 <ivy pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/>
25 <artifact pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/>
26 </url>
27 <url name="ssdt-repository">
28 <ivy pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
29 <artifact pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
30 </url>
31 <ibiblio name="ssdt-repo" root="http://repos.ssdt.nwoca.org/artifactory/repo/" m2compatible="true"/>
32 </chain>
33 </resolvers>
34 </ivysettings>