Mercurial > public > develkit
comparison ssdt.ci.ivy.settings.xml @ 110:d5e9a144ce40
Add task to manually publish artifacts to artifactory
author | smith@nwoca.org |
---|---|
date | Tue, 23 Oct 2012 16:04:17 +0100 |
parents | 9e09ab83f8d9 |
children | 246f0c7ba9b6 |
comparison
equal
deleted
inserted
replaced
109:029db4d977fe | 110:d5e9a144ce40 |
---|---|
7 <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true" > | 7 <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true" > |
8 <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache" defaultTTL="5m"> | 8 <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache" defaultTTL="5m"> |
9 <ttl revision="latest.integration" duration="5s"/> | 9 <ttl revision="latest.integration" duration="5s"/> |
10 </cache> | 10 </cache> |
11 </caches> | 11 </caches> |
12 <property name="ivy-publish.resolver" value="ssdt-snapshots"/> | |
12 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/> | 13 <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/> |
13 <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/> | 14 <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/> |
14 <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/> | 15 <include url="${ivy.default.settings.dir}/ivysettings-public.xml"/> |
15 <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/> | 16 <include url="${ivy.default.settings.dir}/ivysettings-shared.xml"/> |
16 <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/> | 17 <include url="${ivy.default.settings.dir}/ivysettings-local.xml"/> |
17 <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> | 18 <include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/> |
18 <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/> | 19 <include url="${ivy.default.settings.dir}/ivysettings-default-chain.xml"/> |
19 <resolvers > | 20 <credentials host="repos.ssdt.nwoca.org" realm="Artifactory Realm" username="gradle" passwd="{DESede}Rd/TAQPyOO6PCyMLLBxybQ=="/> |
21 <resolvers > | |
20 <chain name="default"> | 22 <chain name="default"> |
21 <url name="ssdt-snapshots" changingPattern=".*SNAPSHOT" checkmodified="true" m2compatible="true" cache="snapshot-cache"> | 23 <url name="ssdt-snapshots" changingPattern=".*SNAPSHOT" checkmodified="true" m2compatible="true" cache="snapshot-cache"> |
22 <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> | 24 <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> |
23 <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/ivy-[revision].xml" /> | 25 <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/ivy-[revision].xml" /> |
24 </url> | 26 </url> |
34 </filesystem> | 36 </filesystem> |
35 <filesystem name="publish-only" local="true"> | 37 <filesystem name="publish-only" local="true"> |
36 <ivy pattern="${ivy.default.ivy.user.dir}/publish/${ivy.local.default.ivy.pattern}" /> | 38 <ivy pattern="${ivy.default.ivy.user.dir}/publish/${ivy.local.default.ivy.pattern}" /> |
37 <artifact pattern="${ivy.default.ivy.user.dir}/publish/${ivy.local.default.artifact.pattern}" /> | 39 <artifact pattern="${ivy.default.ivy.user.dir}/publish/${ivy.local.default.artifact.pattern}" /> |
38 </filesystem> | 40 </filesystem> |
41 <url name="ssdt-snapshots-local" changingPattern=".*SNAPSHOT" checkmodified="true" m2compatible="true"> | |
42 <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots-local/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> | |
43 <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots-local/[organisation]/[module]/ivy-[revision].xml" /> | |
44 </url> | |
39 </resolvers> | 45 </resolvers> |
40 </ivysettings> | 46 </ivysettings> |