summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorHitesh Shah <hitesh@apache.org>2012-09-07 21:53:49 +0000
committerHitesh Shah <hitesh@apache.org>2012-09-07 21:53:49 +0000
commitc50a084999214cb5549086e6b96b93583481a270 (patch)
tree0b2654a45f7e7e4f630f07a89d85a095f976ad55 /pom.xml
parent0c5f8d21dc935bad434fd54f918b47e828f5a397 (diff)
AMBARI-706. Basic tests for Node FSM. (Contributed by hitesh)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/AMBARI-666@1382186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f4bcf3f965..0172cae8b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,11 @@
<artifactId>apache-rat-plugin</artifactId>
<version>0.8</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.12</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>