Mercurial > public > develkit
comparison ssdt.default.ivy.settings.xml @ 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 | e779cd205e30 |
children | 50476062adbe |
comparison
equal
deleted
inserted
replaced
21:a114600dc3d4 | 22:d63570d69dd3 |
---|---|
14 <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/> | 14 <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/> |
15 <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> | 15 <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> |
16 <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/> | 16 <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/> |
17 <resolvers > | 17 <resolvers > |
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" changingMatcher="*.*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" changingMatcher="*.*SNAPSHOT"> | 23 <url name="ssdt-snapshots" checkmodified="true" changingPattern=".*SNAPSHOT"> |
24 <ivy pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/> | 24 <ivy pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/> |
25 <artifact pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/> | 25 <artifact pattern="http://ivy.ssdt.nwoca.org/snapshots/[organisation]/[module]/[revision]/[type]s/[artifact].[ext]"/> |
26 </url> | 26 </url> |
27 <url name="ssdt-repository"> | 27 <url name="ssdt-repository"> |
28 <ivy pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/> | 28 <ivy pattern="http://ivy.ssdt.nwoca.org/repository/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/> |