summaryrefslogtreecommitdiff
path: root/ambari-shell/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ambari-shell/pom.xml')
-rw-r--r--ambari-shell/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/ambari-shell/pom.xml b/ambari-shell/pom.xml
index 947c9b922f..b23602e0b8 100644
--- a/ambari-shell/pom.xml
+++ b/ambari-shell/pom.xml
@@ -56,6 +56,23 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/*.iml</exclude>
+ </excludes>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>test</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
<version>1.0.1</version>