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