Author: jdcryans
Date: Thu May 9 20:12:35 2013
New Revision: 1480755
URL: http://svn.apache.org/r1480755
Log:
HBASE-8510 HBASE-8469 added a hdfs-site.xml file for tests but it gets
included in the test jar
Modified:
hbase/trunk/hbase-server/pom.xml
Modified: hbase/trunk/hbase-server/pom.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/hbase-server/pom.xml?rev=1480755&r1=1480754&r2=1480755&view=diff
==============================================================================
--- hbase/trunk/hbase-server/pom.xml (original)
+++ hbase/trunk/hbase-server/pom.xml Thu May 9 20:12:35 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>