changeset 112:db27dad576e5

force overwrite of existing artifacts.
author smith@nwoca.org
date Tue, 23 Oct 2012 20:09:16 +0100
parents 246f0c7ba9b6
children 86fdadd7468a
files ivy-ant.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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>