bbeaudreault commented on PR #105: URL: https://github.com/apache/hbase-thirdparty/pull/105#issuecomment-1730044417
I just pushed a commit which works on macos and retains the license files. As you suggest @Apache9, I used a unzip mapper to move the specific LICENSE.*.txt files into the main META-INF directory. Here's what that part of the resulting jar looks like: ``` META-INF/DEPENDENCIES META-INF/LICENSE META-INF/LICENSE.aix-netbsd.txt META-INF/LICENSE.boringssl.txt META-INF/LICENSE.mvn-wrapper.txt META-INF/LICENSE.tomcat-native.txt META-INF/LICENSE.txt META-INF/NOTICE META-INF/NOTICE.txt ``` -- 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]
