aboutsummaryrefslogtreecommitdiff
path: root/bigtop-test-framework/pom.xml
diff options
context:
space:
mode:
authorDawson Choong <dawson.choong@wandisco.com>2014-10-08 22:20:56 -0400
committerjay@apache.org <jayunit100>2014-10-08 22:24:10 -0400
commit2a766aa27ab2db9177f708eddcbcfdd59530aa2f (patch)
tree93bee3e23a72c891bacc589e9dfcfeb1bd354a78 /bigtop-test-framework/pom.xml
parent04802cc5960c06108219e1ec886c895367798f7b (diff)
BIGTOP 1388. Use cluster failure tests during other tests ith command line parameterization.
Signed-off-by: jay@apache.org <jayunit100>
Diffstat (limited to 'bigtop-test-framework/pom.xml')
-rw-r--r--bigtop-test-framework/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index 71828d2f..4d13b43e 100644
--- a/bigtop-test-framework/pom.xml
+++ b/bigtop-test-framework/pom.xml
@@ -61,6 +61,11 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-compiler</artifactId>
<version>${groovy-eclipse-compiler.version}</version>