From 364a325d67ce639310001b4bcf70d1c7abbda468 Mon Sep 17 00:00:00 2001 From: Dasha Boudnik Date: Mon, 12 Jan 2015 14:58:02 -0800 Subject: BIGTOP-1590. Add a functionality to run integration tests for itest Signed-off-by: Konstantin Boudnik --- bigtop-test-framework/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'bigtop-test-framework') diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml index 60a66591..2ebe8815 100644 --- a/bigtop-test-framework/pom.xml +++ b/bigtop-test-framework/pom.xml @@ -76,6 +76,24 @@ ${groovy-eclipse-compiler.version} true + + org.apache.maven.plugins + maven-failsafe-plugin + 2.17 + + + **/*IntegrationTest* + + + + + + integration-test + verify + + + + org.apache.maven.plugins -- cgit v1.2.3