From c36362ae086f0d65f0c03f81759f3c6676e731db Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Mon, 12 Jul 2010 10:48:09 +0000 Subject: [PATCH] o Added profile to test already installed/deployed Maven distro git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@963239 13f79535-47bb-0310-9956-ffa450edef68 --- its/core-it-suite/pom.xml | 84 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 80 insertions(+), 4 deletions(-) diff --git a/its/core-it-suite/pom.xml b/its/core-it-suite/pom.xml index 8fd493b20d..2db2abe89a 100644 --- a/its/core-it-suite/pom.xml +++ b/its/core-it-suite/pom.xml @@ -34,16 +34,21 @@ under the License. @@ -223,6 +228,77 @@ under the License. + + maven-distro + + + mavenVersion + + + + ${project.build.directory}/apache-maven + + + + + maven-surefire-plugin + + false + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.0 + + + download-maven-distro + process-test-resources + + copy + + + + + org.apache.maven + apache-maven + ${mavenVersion} + bin + zip + maven-bin.zip + + + ${project.build.directory} + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + unpack-maven-distro + process-test-resources + + run + + + + + + + + + + + + + + + + emma