comparison ssdt.default.ivy.settings.xml @ 47:f1c7d93a41c8

TL-35 update resolver chain
author aldrich
date Thu, 16 Jun 2011 10:54:30 -0400
parents 50476062adbe
children 561ece0a8225
comparison
equal deleted inserted replaced
46:8b682fce9900 47:f1c7d93a41c8
18 <chain name="default" checkmodified="true" changingMatcher="*.*SNAPSHOT"> 18 <chain name="default" checkmodified="true" changingMatcher="*.*SNAPSHOT">
19 <filesystem name="local" checkmodified="true" force="true" cache="ssdt-cache" changingPattern=".*SNAPSHOT" > 19 <filesystem name="local" checkmodified="true" force="true" cache="ssdt-cache" changingPattern=".*SNAPSHOT" >
20 <ivy pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}" /> 20 <ivy pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}" />
21 <artifact pattern="${ivy.local.default.root}/${ivy.local.default.artifact.pattern}" /> 21 <artifact pattern="${ivy.local.default.root}/${ivy.local.default.artifact.pattern}" />
22 </filesystem> 22 </filesystem>
23 <url name="ssdt-snapshots" checkmodified="true" changingPattern=".*SNAPSHOT"> 23
24 <ivy pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/> 24
25 <artifact pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/> 25
26 </url> 26 <!-- Need two ways to access the Artifactory repository, as it was not getting ALL of the remote repositoires with just the URL. Another
27 <url name="ssdt-repository"> 27 way to do this might be to add the pattern used by ibiblio into the url resolver, but it works this way as long as we name the
28 <ivy pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/> 28 url and ibiblio differently. It's a good way to make sure we get everything. The mscompatible="true" is necessary as it converts dots
29 <artifact pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/> 29 in organisation into slashes, which is necessary in this case.
30 </url> 30 -->
31 <ibiblio name="ssdt-repo" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo/" m2compatible="true"/> 31 <url name="ssdt-repo-one" m2compatible="true">
32 <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo/[organisation]/[module]/[revision]/[artifact].[ext]"/>
33 <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
34 </url>
35
36
37 <ibiblio name="ssdt-repo-two" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo/" m2compatible="true"/>
38
39
40
32 </chain> 41 </chain>
33 </resolvers> 42 </resolvers>
34 </ivysettings> 43 </ivysettings>