[rhq] modules/plugins

John Sanda jsanda at fedoraproject.org
Tue Aug 21 18:04:30 UTC 2012


 modules/plugins/jboss-as-7/pom.xml |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1b9503fa343a8ae8add7a65757a7e21a96186a5b
Author: John Sanda <jsanda at redhat.com>
Date:   Tue Aug 21 14:03:14 2012 -0400

    Delete any old copy of AS 7 zip file to force download

diff --git a/modules/plugins/jboss-as-7/pom.xml b/modules/plugins/jboss-as-7/pom.xml
index a640c0541..ecd2295 100644
--- a/modules/plugins/jboss-as-7/pom.xml
+++ b/modules/plugins/jboss-as-7/pom.xml
@@ -303,6 +303,7 @@
                     </condition>
                     <property name="as7.zipfile"
                               location="${java.io.tmpdir}/jboss-${as7.product}-${as7.version}.zip"/>
+                    <delete file="${as7.zipfile}"/>
                     <get src="${as7.url}" dest="${as7.zipfile}" usetimestamp="true" verbose="true"/>
                     <unzip src="${as7.zipfile}" dest="${java.io.tmpdir}"/>
                     <delete dir="${jboss7.home}" verbose="true"/>




More information about the rhq-commits mailing list