HBASE-23318 LoadTestTool doesn't start (#848)

* Package the test jar from hbase-zookeeper into lib/

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Andrew Purtell 2019-11-18 16:49:11 -08:00
parent 44c8b58cec
commit 1f9f45ca79
No known key found for this signature in database
GPG Key ID: 8597754DD5365CCD
1 changed files with 8 additions and 0 deletions

View File

@ -160,5 +160,13 @@
</includes>
<fileMode>0644</fileMode>
</fileSet>
<fileSet>
<directory>${project.basedir}/../hbase-zookeeper/target/</directory>
<outputDirectory>lib</outputDirectory>
<includes>
<include>${zookeeper.test.jar}</include>
</includes>
<fileMode>0644</fileMode>
</fileSet>
</fileSets>
</component>