Hi, Build tools such as Maven and Gradle resolve dependencies by sending GET requests to Artifactory. The RPM file is the actual entity stored in Artifactory and not the dependency the the build tool is requesting, so such a request will fail with a 404 (unless it can be found in a remote repository).
For .war files, if you browse to such a file in the UI, you can see that Artifactory enables content browsing for such files. This does not yet enable you to resolve it's content as a dependency but you can use this information in a user plugin that would extract the contents of a file on demand and server the desired dependency. HTH, Itamar. -- View this message in context: http://forums.jfrog.org/POM-files-for-WAR-and-RPM-s-tp7580431p7580443.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
