Mercurial > public > develkit
changeset 69:9e09ab83f8d9
add proper ivy pattern for ssdt release repository
author | smith@nwoca.org |
---|---|
date | Thu, 26 Jan 2012 16:24:17 -0500 |
parents | bd192b070501 |
children | 23c4f06b3880 |
files | ivy-ant.xml ssdt.ci.ivy.settings.xml ssdt.default.ivy.settings.xml |
diffstat | 3 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ivy-ant.xml Mon Oct 24 22:29:29 2011 -0400 +++ b/ivy-ant.xml Thu Jan 26 16:24:17 2012 -0500 @@ -26,7 +26,8 @@ <target name="ivy-report" depends="init"> <mkdir dir="${build.dir}/ivy"/> <ivy:resolve log="quiet" file="ivy.xml"/> - <ivy:report todir="${build.dir}/ivy" conf="runtime" graph="false" dot="true"/> + <ivy:report todir="${build.dir}/ivy" conf="runtime" graph="false" dot="true" xml="true"/> + <ivy:artifactreport tofile="${build.dir}/ivy/artifact-report.xml" /> </target> <target name="ivy-info" depends="init">
--- a/ssdt.ci.ivy.settings.xml Mon Oct 24 22:29:29 2011 -0400 +++ b/ssdt.ci.ivy.settings.xml Thu Jan 26 16:24:17 2012 -0500 @@ -22,6 +22,10 @@ <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/ivy-[revision].xml" /> </url> + <url name="ssdt-releases" checkmodified="true" m2compatible="true" cache="snapshot-cache"> + <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-releases/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> + <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-releases/[organisation]/[module]/ivy-[revision].xml" /> + </url> <ibiblio name="ssdt-repo" m2compatible="true" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo" /> </chain> <filesystem name="local" checkmodified="true" force="false" local="true" changingPattern=".*SNAPSHOT" >
--- a/ssdt.default.ivy.settings.xml Mon Oct 24 22:29:29 2011 -0400 +++ b/ssdt.default.ivy.settings.xml Thu Jan 26 16:24:17 2012 -0500 @@ -26,6 +26,10 @@ <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/ivy-[revision].xml" /> </url> + <url name="ssdt-releases" checkmodified="true" m2compatible="true" cache="snapshot-cache"> + <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-releases/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> + <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-releases/[organisation]/[module]/ivy-[revision].xml" /> + </url> <ibiblio name="ssdt-repo" m2compatible="true" root="http://repos.ssdt.nwoca.org/artifactory/ssdt-repo" /> </chain>