Author: hashutosh
Date: Fri Feb 14 22:03:59 2014
New Revision: 1568534
URL: http://svn.apache.org/r1568534
Log:
HIVE-6400 : Add Apache Rat plugin to pom.xml (Harish Butani via Ashutosh
Chauhan)
Modified:
hive/trunk/pom.xml
Modified: hive/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hive/trunk/pom.xml?rev=1568534&r1=1568533&r2=1568534&view=diff
==============================================================================
--- hive/trunk/pom.xml (original)
+++ hive/trunk/pom.xml Fri Feb 14 22:03:59 2014
@@ -744,6 +744,29 @@
</systemPropertyVariables>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.10</version>
+ <configuration>
+ <excludes>
+ <exclude>data/**</exclude>
+ <exclude>conf/**</exclude>
+ <exclude>checkstyle/**</exclude>
+ <exclude>bin/**</exclude>
+ <exclude>itests/**</exclude>
+ <exclude>docs/**</exclude>
+ <exclude>**/*.txt</exclude>
+ <exclude>**/*.log</exclude>
+ <exclude>**/*.arcconfig</exclude>
+ <exclude>**/package-info.java</exclude>
+ <exclude>**/*.properties</exclude>
+ <exclude>**/*.q</exclude>
+ <exclude>**/*.q.out</exclude>
+ <exclude>**/*.xml</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>