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:
Todd Lipcon 2010-10-18 18:30:00 +00:00
parent 1850bf1cd2
commit 2a6edb9848
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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>