changeset 22:d63570d69dd3

CM-125: Correct problem that may have prevented ivy from detecting changes in snapshots.
author smith@nwoca.org
date Sat, 15 Jan 2011 18:07:39 -0500
parents a114600dc3d4
children 50476062adbe
files ssdt.default.ivy.settings.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ssdt.default.ivy.settings.xml	Sat Jan 15 17:09:39 2011 -0500
+++ b/ssdt.default.ivy.settings.xml	Sat Jan 15 18:07:39 2011 -0500
@@ -16,11 +16,11 @@
     <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/>
     <resolvers >
         <chain name="default" checkmodified="true" changingMatcher="*.*SNAPSHOT">
-            <filesystem name="local" checkmodified="true" force="true" cache="ssdt-cache" changingMatcher="*.*SNAPSHOT">
+            <filesystem name="local" checkmodified="true" force="true" cache="ssdt-cache" changingPattern=".*SNAPSHOT" >
                 <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" changingMatcher="*.*SNAPSHOT">
+            <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>