From 618749f188c6a1d4f2ae9a7a8eec02a44ae7ff8a Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 2 Jul 2009 09:09:00 +0000 Subject: Change to use maven instead of Ant to download file and use server www.eu.apache.org as the dist ones don't work, see the comment in the pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790509 13f79535-47bb-0310-9956-ffa450edef68 --- .../tomcat/testing/download-tomcat/build.xml | 55 ---------------------- .../tomcat/testing/download-tomcat/pom.xml | 47 +++++++++--------- 2 files changed, 25 insertions(+), 77 deletions(-) delete mode 100644 java/sca/distribution/tomcat/testing/download-tomcat/build.xml (limited to 'java/sca/distribution/tomcat') diff --git a/java/sca/distribution/tomcat/testing/download-tomcat/build.xml b/java/sca/distribution/tomcat/testing/download-tomcat/build.xml deleted file mode 100644 index 18df3a6c68..0000000000 --- a/java/sca/distribution/tomcat/testing/download-tomcat/build.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/java/sca/distribution/tomcat/testing/download-tomcat/pom.xml b/java/sca/distribution/tomcat/testing/download-tomcat/pom.xml index e0dbab2b2e..4c7e716572 100644 --- a/java/sca/distribution/tomcat/testing/download-tomcat/pom.xml +++ b/java/sca/distribution/tomcat/testing/download-tomcat/pom.xml @@ -30,31 +30,34 @@ pom Apache Tuscany SCA Tomcat Integration Testing Download Tomcat + + 6.0.18 + + - - org.apache.maven.plugins - maven-antrun-plugin - - - download-tomcat - validate - - run - - - - - - - - - - - - + + org.codehaus.mojo + wagon-maven-plugin + 1.0-beta-1 + + + download-tomcat + pre-integration-test + + download-single + + + + http://www.eu.apache.org + dist/tomcat/tomcat-6/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip + download + + + + - -- cgit v1.2.3