comparison ssdt.default.ivy.settings.xml @ 94:1290b23e7b76

modify ivy and gradle to use same local repo
author smith@nwoca.org
date Sat, 03 Mar 2012 21:19:58 +0000
parents 23c4f06b3880
children 44c4cb9d0fed
comparison
equal deleted inserted replaced
93:f351338a3b3a 94:1290b23e7b76
16 <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> 16 <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
17 <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/> 17 <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/>
18 <resolvers > 18 <resolvers >
19 <chain name="default"> 19 <chain name="default">
20 <filesystem name="local" checkmodified="true" force="true" local="true" changingPattern=".*SNAPSHOT" > 20 <filesystem name="local" checkmodified="true" force="true" local="true" changingPattern=".*SNAPSHOT" >
21 <ivy pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}" /> 21 <ivy pattern="${ivy.local.default.root}/[module]-ivy-[revision].xml" />
22 <artifact pattern="${ivy.local.default.root}/${ivy.local.default.artifact.pattern}" /> 22 <artifact pattern="${ivy.local.default.root}/[module]-[revision](-[classifier]).[ext]" />
23 </filesystem> 23 </filesystem>
24 24
25 <url name="ssdt-snapshots" changingPattern=".*SNAPSHOT" checkmodified="true" m2compatible="true" cache="snapshot-cache"> 25 <url name="ssdt-snapshots" changingPattern=".*SNAPSHOT" checkmodified="true" m2compatible="true" cache="snapshot-cache">
26 <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]" />
27 <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/ivy-[revision].xml" /> 27 <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/ivy-[revision].xml" />