busbey commented on pull request #93:
URL: https://github.com/apache/hbase-connectors/pull/93#issuecomment-1049002391


   Here's what I see when verifying things.
   
   Starting with the branch for this PR:
   ```
   % git clean -xdf
   ...
   % mvn package verify
   ...
   % cd hbase-connectors-assembly/target
   % tar xzf hbase-connectors-1.0.1-SNAPSHOT-bin.tar.gz
   % ls hbase-connectors-1.0.1-SNAPSHOT/lib | grep -v -E "^hbase-.*\.jar" | wc 
-l # confirm there are third party jars
         68
   % cat hbase-connectors-1.0.1-SNAPSHOT/NOTICE.txt 
   Apache HBase - Connectors
   Copyright 2019 The Apache Software Foundation
   % vim hbase-connectors-1.0.1-SNAPSHOT/LICENSE.txt  # it's just the ALv2 
license text


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to