comparison ssdt.ci.ivy.settings.xml @ 111:246f0c7ba9b6

remove default publish resolver
author smith@nwoca.org
date Tue, 23 Oct 2012 19:44:50 +0100
parents d5e9a144ce40
children f88fe4898ee5
comparison
equal deleted inserted replaced
110:d5e9a144ce40 111:246f0c7ba9b6
7 <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true" > 7 <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true" >
8 <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache" defaultTTL="5m"> 8 <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache" defaultTTL="5m">
9 <ttl revision="latest.integration" duration="5s"/> 9 <ttl revision="latest.integration" duration="5s"/>
10 </cache> 10 </cache>
11 </caches> 11 </caches>
12 <property name="ivy-publish.resolver" value="ssdt-snapshots"/>
13 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/> 12 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/>
14 <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/> 13 <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/>
15 <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/> 14 <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
16 <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/> 15 <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/>
17 <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/> 16 <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>