You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2012/07/18 00:42:43 UTC

svn commit: r1362696 - /hbase/trunk/pom.xml

Author: tedyu
Date: Tue Jul 17 22:42:42 2012
New Revision: 1362696

URL: http://svn.apache.org/viewvc?rev=1362696&view=rev
Log:
HBASE-6405 Addendum fixes RAT checking (Elliot Clark)


Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1362696&r1=1362695&r2=1362696&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Tue Jul 17 22:42:42 2012
@@ -571,6 +571,11 @@
               <exclude>**/conf/*</exclude>
               <exclude>**/*.avpr</exclude>
               <exclude>**/*.svg</exclude>
+              <exclude>**/META-INF/services/**</exclude>
+              <!-- MIT: http://code.google.com/p/html5shiv/ -->
+              <exclude>**/html5shiv.js</exclude>
+              <!-- MIT http://jquery.org/license -->
+              <exclude>**/jquery.min.js</exclude>
               <!-- vector graphics -->
               <exclude>**/*.vm</exclude>
               <!-- apache doxia generated -->