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:
parent
44c8b58cec
commit
1f9f45ca79
|
@ -160,5 +160,13 @@
|
||||||
</includes>
|
</includes>
|
||||||
<fileMode>0644</fileMode>
|
<fileMode>0644</fileMode>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
<fileSet>
|
||||||
|
<directory>${project.basedir}/../hbase-zookeeper/target/</directory>
|
||||||
|
<outputDirectory>lib</outputDirectory>
|
||||||
|
<includes>
|
||||||
|
<include>${zookeeper.test.jar}</include>
|
||||||
|
</includes>
|
||||||
|
<fileMode>0644</fileMode>
|
||||||
|
</fileSet>
|
||||||
</fileSets>
|
</fileSets>
|
||||||
</component>
|
</component>
|
||||||
|
|
Loading…
Reference in New Issue