HBASE-3589. test jar should not include mapred-queues.xml and log4j.properties
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076371 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
77b276d7d1
commit
7e90ed10b8
|
@ -127,6 +127,8 @@ Release 0.90.2 - Unreleased
|
|||
HBASE-3576 MasterAddressTracker is registered to ZooKeeperWatcher twice
|
||||
HBASE-3561 OPTS arguments are duplicated
|
||||
HBASE-3572 memstore lab can leave half inited data structs (bad!)
|
||||
HBASE-3589 test jar should not include mapred-queues.xml and
|
||||
log4j.properties
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-3542 MultiGet methods in Thrift
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -363,7 +363,9 @@
|
|||
<exclude>org/apache/jute/**</exclude>
|
||||
<exclude>org/apache/zookeeper/**</exclude>
|
||||
<exclude>**/*.jsp</exclude>
|
||||
<exclude>**/hbase-site.xml</exclude>
|
||||
<exclude>hbase-site.xml</exclude>
|
||||
<exclude>log4j.properties</exclude>
|
||||
<exclude>mapred-queues.xml</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue