diff --git a/dev-tools/src/main/resources/ant/integration-tests.xml b/dev-tools/src/main/resources/ant/integration-tests.xml index a8cb9912dd3..6a391397d4f 100644 --- a/dev-tools/src/main/resources/ant/integration-tests.xml +++ b/dev-tools/src/main/resources/ant/integration-tests.xml @@ -154,11 +154,6 @@ - - - - - @@ -185,6 +180,21 @@ + + + + + + + + + + + + + + diff --git a/distribution/zip/pom.xml b/distribution/zip/pom.xml index dd0621b2e04..8988eb6562a 100644 --- a/distribution/zip/pom.xml +++ b/distribution/zip/pom.xml @@ -88,7 +88,7 @@ ${skip.integ.tests} - + diff --git a/plugins/pom.xml b/plugins/pom.xml index 8c0e845841a..16416092aa1 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -371,6 +371,35 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + integ-setup-dependencies + pre-integration-test + + copy + + + ${skip.integ.tests} + + + org.elasticsearch.distribution + elasticsearch-zip + ${elasticsearch.version} + zip + true + + elasticsearch-${elasticsearch.version}.zip + + + ${integ.deps} + + + + diff --git a/pom.xml b/pom.xml index 416f8a5e2ca..b6381a66813 100644 --- a/pom.xml +++ b/pom.xml @@ -908,36 +908,6 @@ false - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - integ-setup-dependencies - pre-integration-test - - copy - - - ${skip.integ.tests} - - - org.elasticsearch.distribution - elasticsearch-zip - ${elasticsearch.version} - zip - true - - elasticsearch-${elasticsearch.version}.zip - - - ${integ.deps} - - - -