aboutsummaryrefslogtreecommitdiff
path: root/bigtop-test-framework
diff options
context:
space:
mode:
authorDasha Boudnik <dasha@wandisco.com>2015-01-12 14:58:02 -0800
committerKonstantin Boudnik <cos@apache.org>2015-01-12 14:58:02 -0800
commit364a325d67ce639310001b4bcf70d1c7abbda468 (patch)
tree94326f743debf9ee03c36ef6c22835f78b7756af /bigtop-test-framework
parente839f9ab77f5ad85ee1ff308073fc216b5a34e29 (diff)
BIGTOP-1590. Add a functionality to run integration tests for itest
Signed-off-by: Konstantin Boudnik <cos@apache.org>
Diffstat (limited to 'bigtop-test-framework')
-rw-r--r--bigtop-test-framework/pom.xml18
1 files changed, 18 insertions, 0 deletions
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 @@
<version>${groovy-eclipse-compiler.version}</version>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <version>2.17</version>
+ <configuration>
+ <includes>
+ <include>**/*IntegrationTest*</include>
+ </includes>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>integration-test</goal>
+ <goal>verify</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>