HBASE-3101. bin assembly doesn't include -tests or -source jars
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1023937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1850bf1cd2
commit
2a6edb9848
|
@ -592,6 +592,7 @@ Release 0.21.0 - Unreleased
|
|||
Parsing IOE (Nicolas Spiegelberg via Stack)
|
||||
HBASE-3098 TestMetaReaderEditor is broken in TRUNK; hangs
|
||||
HBASE-3110 TestReplicationSink failing in TRUNK up on Hudson
|
||||
HBASE-3101 bin assembly doesn't include -tests or -source jars
|
||||
|
||||
|
||||
IMPROVEMENTS
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>hbase-${project.version}.jar</include>
|
||||
<include>hbase-${project.version}-test.jar</include>
|
||||
<include>hbase-${project.version}-tests.jar</include>
|
||||
<include>hbase-${project.version}-sources.jar</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
|
|
Loading…
Reference in New Issue