summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorHitesh Shah <hitesh@apache.org>2012-09-07 15:11:12 +0000
committerHitesh Shah <hitesh@apache.org>2012-09-07 15:11:12 +0000
commit0c5f8d21dc935bad434fd54f918b47e828f5a397 (patch)
treef6fab86e3f55d4b530e5946e7b3a4dd8bc6952f3 /pom.xml
parent53fc74b27397be7251fc84a53bf20096e9b3eb3b (diff)
AMBARI-705. Initial work on Node FSM. (Contributed by hitesh)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/AMBARI-666@1382059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 13a6a8b605..f4bcf3f965 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,15 @@
<module>ambari-agent</module>
</modules>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.8</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>