comparison ssdt.default.ivy.settings.xml @ 55:089def1a3a2d

increase snapshot TTL for developer builds
author smith@nwoca.org
date Mon, 20 Jun 2011 11:00:20 -0400
parents a435af436c95
children eca23754b99a
comparison
equal deleted inserted replaced
54:a435af436c95 55:089def1a3a2d
3 the project's local ivysettings.xml file. 3 the project's local ivysettings.xml file.
4 --> 4 -->
5 <ivysettings> 5 <ivysettings>
6 <settings defaultResolver="default"/> 6 <settings defaultResolver="default"/>
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="60m"/>
9 <ttl revision="latest.integration" duration="10s"/>
10 </cache>
11 </caches> 9 </caches>
12 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/> 10 <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"/> 11 <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/>
14 <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/> 12 <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/>
15 <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/> 13 <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/>