You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2012/10/05 21:06:45 UTC

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

Author: larsh
Date: Fri Oct  5 19:06:45 2012
New Revision: 1394735

URL: http://svn.apache.org/viewvc?rev=1394735&view=rev
Log:
HBASE-6889 Ignore source control files with apache-rat (Jesse Yates)

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1394735&r1=1394734&r2=1394735&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Oct  5 19:06:45 2012
@@ -604,6 +604,9 @@
               <!-- auto-gen docs -->
               <!--It don't like freebsd license-->
               <exclude>**/src/site/resources/css/freebsd_docbook.css</exclude>
+              <!--  exclude source control files -->
+              <exclude>.git/**</exclude>
+              <exclude>.svn/**</exclude>
             </excludes>
           </configuration>
         </plugin>