From c2c8956347de219264634014904c80a6c3494c1e Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Fri, 10 Jul 2015 19:20:25 -0400 Subject: [PATCH] enforce plugins are installed with correct name, and install correctly in integ tests --- .../main/resources/ant/integration-tests.xml | 38 ++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/dev-tools/src/main/resources/ant/integration-tests.xml b/dev-tools/src/main/resources/ant/integration-tests.xml index 82f37497425..d6f8d411d57 100644 --- a/dev-tools/src/main/resources/ant/integration-tests.xml +++ b/dev-tools/src/main/resources/ant/integration-tests.xml @@ -55,6 +55,23 @@ + + + + + + + + + + + + + + + + + @@ -100,9 +117,28 @@ + Installing plugin ${project.artifactId}... + args="-u ${integ.plugin.url} -i ${project.artifactId}"/> + + + + + + + + + + + + + + + + + + Starting up external cluster...