Mercurial > public > develkit
diff ivy-ant.xml @ 112:db27dad576e5
force overwrite of existing artifacts.
author | smith@nwoca.org |
---|---|
date | Tue, 23 Oct 2012 20:09:16 +0100 |
parents | d5e9a144ce40 |
children | 86fdadd7468a |
line wrap: on
line diff
--- a/ivy-ant.xml Tue Oct 23 19:44:50 2012 +0100 +++ b/ivy-ant.xml Tue Oct 23 20:09:16 2012 +0100 @@ -234,7 +234,7 @@ <target name="artifactoryPublish" depends="init"> <ivy:settings/> <ivy:resolve file="ivy.xml"/> - <ivy:publish forcedeliver="${ivy-publish.forcedeliver}" overwrite="${ivy-publish.overwrite}" resolver="ssdt-snapshots-local"> + <ivy:publish forcedeliver="true" overwrite="true" resolver="ssdt-snapshots-local"> <artifacts pattern="${ivy-publish.artifacts.pattern}"/> </ivy:publish> </target>