HBASE-2547 [mvn] assembly:assembly does not include hbase-X.X.X-test.jar
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@944422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b1f8ce99c1
commit
6448146e63
|
@ -565,6 +565,8 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-2540 Make QueryMatcher.MatchCode public (Clint Morgan via Stack)
|
||||
HBASE-2524 Unresponsive region server, potential deadlock
|
||||
(Todd Lipcon via Stack)
|
||||
HBASE-2547 [mvn] assembly:assembly does not include hbase-X.X.X-test.jar
|
||||
(Paul Smith via Stack)
|
||||
|
||||
NEW FEATURES
|
||||
HBASE-1961 HBase EC2 scripts
|
||||
|
|
|
@ -23,6 +23,18 @@
|
|||
</dependencySets>
|
||||
</binaries>
|
||||
</moduleSet>
|
||||
<!-- Test jar-->
|
||||
<moduleSet>
|
||||
<includes>
|
||||
<include>org.apache.hbase:hbase-core</include>
|
||||
</includes>
|
||||
<binaries>
|
||||
<attachmentClassifier>tests</attachmentClassifier>
|
||||
<outputFileNameMapping>hbase-${version}${dashClassifier}.jar</outputFileNameMapping>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<unpack>false</unpack>
|
||||
</binaries>
|
||||
</moduleSet>
|
||||
<!-- This ensures that the source jars are added-->
|
||||
<moduleSet>
|
||||
<includes>
|
||||
|
|
Loading…
Reference in New Issue