comparison ssdt.ci.ivy.settings.xml @ 54:a435af436c95

create separate settings file for bambo (ci server)
author smith@nwoca.org
date Sun, 19 Jun 2011 09:26:08 -0400
parents ssdt.default.ivy.settings.xml@7066d68bcb47
children 9e09ab83f8d9
comparison
equal deleted inserted replaced
53:7066d68bcb47 54:a435af436c95
1 <!-- SSDT CI ivy settings.
2 This file should be used by all SSDT projects based on Ivy when building under a CI server.
3 Never uses a local resolver for resolution.`
4 -->
5 <ivysettings>
6 <settings defaultResolver="default" />
7 <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true" >
8 <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache" defaultTTL="5m">
9 <ttl revision="latest.integration" duration="5s"/>
10 </cache>
11 </caches>
12 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/>
13 <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/>
14 <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
15 <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/>
16 <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
17 <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
18 <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/>
19 <resolvers >
20 <chain name="default">
21 <url name="ssdt-snapshots" changingPattern=".*SNAPSHOT" checkmodified="true" m2compatible="true" cache="snapshot-cache">
22 <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
23 <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/ivy-[revision].xml" />
24 </url>
25 <ibiblio name="ssdt-repo" m2compatible="true" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo" />
26 </chain>
27 <filesystem name="local" checkmodified="true" force="false" local="true" changingPattern=".*SNAPSHOT" >
28 <ivy pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}" />
29 <artifact pattern="${ivy.local.default.root}/${ivy.local.default.artifact.pattern}" />
30 </filesystem>
31 <filesystem name="publish-only" local="true">
32 <ivy pattern="${ivy.default.ivy.user.dir}/publish/${ivy.local.default.ivy.pattern}" />
33 <artifact pattern="${ivy.default.ivy.user.dir}/publish/${ivy.local.default.artifact.pattern}" />
34 </filesystem>
35 </resolvers>
36 </ivysettings>