zabetak commented on issue #701:
URL: 
https://github.com/apache/incubator-xtable/issues/701#issuecomment-2875412736

   Just to clarify a bit more the problem described here, I will use some 
concrete examples.
   
   ### xtable-aws-0.3.0-incubating.jar
   **Actual structure**
   ```
   META-INF/licenses/
   META-INF/LICENSE
   META-INF/LICENSE-bundled
   META-INF/licenses/LICENSE-antlr4-runtime
   META-INF/licenses/LICENSE-checker-qual
   META-INF/licenses/LICENSE-glassfish-java-servlet-jsp
   META-INF/licenses/LICENSE-javax-annotation-api
   META-INF/licenses/LICENSE-paranamer
   META-INF/licenses/LICENSE-slf4j-api
   ```
   
   **Expected structure**
   ```
   META-INF/LICENSE
   ```
   
   ### xtable-aws-0.3.0-incubating-bundled.jar
   **Actual structure**
   ```
   META-INF/LICENSE-bundled
   META-INF/licenses/
   META-INF/licenses/LICENSE-antlr4-runtime
   META-INF/licenses/LICENSE-checker-qual
   META-INF/licenses/LICENSE-glassfish-java-servlet-jsp
   META-INF/licenses/LICENSE-javax-annotation-api
   META-INF/licenses/LICENSE-paranamer
   META-INF/licenses/LICENSE-slf4j-api
   META-INF/LICENSE
   ```
   
   **Expected structure**
   ```
   META-INF/licenses/
   META-INF/licenses/LICENSE-antlr4-runtime
   META-INF/licenses/LICENSE-checker-qual
   META-INF/licenses/LICENSE-glassfish-java-servlet-jsp
   META-INF/licenses/LICENSE-javax-annotation-api
   META-INF/licenses/LICENSE-paranamer
   META-INF/licenses/LICENSE-slf4j-api
   META-INF/licenses/LICENSE-thoughtworks
   META-INF/licenses/LICENSE-protobuf
   META-INF/licenses/LICENSE-jcodings
   META-INF/licenses/LICENSE-joni
   META-INF/licenses/LICENSE-jaxb-impl
   META-INF/licenses/LICENSE-jamon
   META-INF/licenses/LICENSE-javassist
   META-INF/LICENSE <-- The content is that of LICENSE-bundled
   ```
   
   Much more work is needed for 
`xtable-hive-metastore-0.3.0-incubating-bundled.jar` and maybe others.
   
   


-- 
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: commits-unsubscr...@xtable.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to