comparison ssdt.default.ivy.settings.xml @ 49:9c652e2c5f60

allow ivy settings to be overridden via settings file
author smith@nwoca.org
date Fri, 17 Jun 2011 00:02:56 -0400
parents 561ece0a8225
children 5d4e1ac31817
comparison
equal deleted inserted replaced
48:561ece0a8225 49:9c652e2c5f60
1 <!-- SSDT default ivy settings. 1 <!-- SSDT default ivy settings.
2 This file should be used by all SSDT projects based on Ivy. It should included from 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. 3 the project's local ivysettings.xml file.
4 --> 4 -->
5 <ivysettings> 5 <ivysettings>
6 <properties file="${user.home}/ivy.properites"/>
6 <settings defaultResolver="default"/> 7 <settings defaultResolver="default"/>
7 <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true"> 8 <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true">
8 <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache"/> 9 <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache"/>
9 </caches> 10 </caches>
10 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/> 11 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/>
24 <url name="ssdt-snapshots" changingMatcher=".*SNAPSHOT" checkmodified="true" m2compatible="true" cache="snapshot-cache"> 25 <url name="ssdt-snapshots" changingMatcher=".*SNAPSHOT" checkmodified="true" m2compatible="true" cache="snapshot-cache">
25 <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> 26 <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
26 <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/ivy.xml" /> 27 <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/ivy.xml" />
27 </url> 28 </url>
28 29
29 <ibiblio name="ssdt-repo" m2compatible="true" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo" /> 30 <ibiblio name="ssdt-repo" m2compatible="true" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo" />
30 31
31 </chain> 32 </chain>
32 </resolvers> 33 </resolvers>
33 </ivysettings> 34 </ivysettings>