You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jd...@apache.org on 2013/05/09 22:13:34 UTC

svn commit: r1480756 - /hbase/branches/0.95/hbase-server/pom.xml

Author: jdcryans
Date: Thu May  9 20:13:34 2013
New Revision: 1480756

URL: http://svn.apache.org/r1480756
Log:
HBASE-8510  HBASE-8469 added a hdfs-site.xml file for tests but it gets included in the test jar

Modified:
    hbase/branches/0.95/hbase-server/pom.xml

Modified: hbase/branches/0.95/hbase-server/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-server/pom.xml?rev=1480756&r1=1480755&r2=1480756&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-server/pom.xml (original)
+++ hbase/branches/0.95/hbase-server/pom.xml Thu May  9 20:13:34 2013
@@ -87,6 +87,7 @@
             <exclude>hbase-site.xml</exclude>
             <exclude>log4j.properties</exclude>
             <exclude>mapred-queues.xml</exclude>
+            <exclude>hdfs-site.xml</exclude>
           </excludes>
         </configuration>
       </plugin>