We are using JFrog Artifactory and we keep jar files and tar.gz files into Artifactory.
When we upload a jar file, in Artifactory we are able to expand and see the jar file contents like com -> mycomp -> app ....
When we upload a tar.gz file which contains jar file, we are able to expand the tar.gz file contents but we are not able to expand the jar file.
We are using Python to create tar.gz file.