changeset 47:f1c7d93a41c8

TL-35 update resolver chain
author aldrich
date Thu, 16 Jun 2011 10:54:30 -0400
parents 8b682fce9900
children 561ece0a8225
files ssdt.default.ivy.settings.xml
diffstat 1 files changed, 18 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/ssdt.default.ivy.settings.xml	Thu Jun 09 17:15:53 2011 -0400
+++ b/ssdt.default.ivy.settings.xml	Thu Jun 16 10:54:30 2011 -0400
@@ -20,15 +20,24 @@
                 <ivy pattern="${ivy.local.default.root}/${ivy.local.default.ivy.pattern}" />
                 <artifact pattern="${ivy.local.default.root}/${ivy.local.default.artifact.pattern}" />
             </filesystem>
-            <url name="ssdt-snapshots" checkmodified="true" changingPattern=".*SNAPSHOT">
-                <ivy pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/>
-                <artifact pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/>
-            </url>
-            <url name="ssdt-repository">
-                <ivy pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
-                <artifact pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
-            </url>
-            <ibiblio name="ssdt-repo" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo/" m2compatible="true"/>
+           
+
+            
+  <!-- Need two ways to access the Artifactory repository, as it was not getting ALL of the remote repositoires with just the URL.  Another
+       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 
+       url and ibiblio differently.  It's a good way to make sure we get everything. The mscompatible="true" is necessary as it converts dots 
+       in organisation into slashes, which is necessary in this case.  
+  -->
+           <url name="ssdt-repo-one"  m2compatible="true">
+                <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo/[organisation]/[module]/[revision]/[artifact].[ext]"/>
+               <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
+                </url>
+    
+    
+            <ibiblio name="ssdt-repo-two" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo/" m2compatible="true"/>
+              
+
+           
         </chain>
     </resolvers>
 </ivysettings>
\ No newline at end of file