This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch HBASE-23002
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git


The following commit(s) were added to refs/heads/HBASE-23002 by this push:
     new e3eb8ce  Remove lib subdir target for jars
e3eb8ce is described below

commit e3eb8ce83075cdfee7f7a9be3cb9de7686c4905f
Author: stack <[email protected]>
AuthorDate: Tue Sep 10 09:16:20 2019 -0700

    Remove lib subdir target for jars
---
 hbase-operator-tools-assembly/src/main/assembly/bin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-operator-tools-assembly/src/main/assembly/bin.xml 
b/hbase-operator-tools-assembly/src/main/assembly/bin.xml
index 041db20..1236c8f 100644
--- a/hbase-operator-tools-assembly/src/main/assembly/bin.xml
+++ b/hbase-operator-tools-assembly/src/main/assembly/bin.xml
@@ -36,7 +36,7 @@
         <include>org.apache.hbase:hbase-hbck2</include>
       </includes>
       <binaries>
-        <outputDirectory>hbase-hbck2/lib</outputDirectory>
+        <outputDirectory>hbase-hbck2/</outputDirectory>
         <unpack>false</unpack>
         <dependencySets>
           <dependencySet>

Reply via email to