Hi Vano, This is not really an Artifactory limitation, but actually Maven is expecting to find a .pom file in order to resolve dependencies. If you are storing .zip files, you can specify '<type>zip</type>' in your dependency declaration to tell maven that the artifact you wish to resolve is a zip file and not a jar file, but the repository you are resolving from in Artifactory must still contain a Maven descriptor file (.pom) in the specified path.
Regards, Itamar -- View this message in context: http://forums.jfrog.org/zip-artifacts-resolving-with-maven-tp7581126p7581136.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
