Hello Here is my scenario I deployed jcl-over-slf4j-1.7.5 in artifactory as a maven artifact. The artifactory server page shows below line as the gradle dependency
compile(group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.5') During build, the gradle plugin hangs after printing below two lines Download http://localhost:8081/artifactory/libs-release/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom Resource missing. [HTTP GET: http://localhost:8081/artifactory/libs-release/org.slf4j/jcl-over-slf4j/ivy-1.7.5.xml] Any idea why this is hanging? When I checked from browser the jar is actually available here http://localhost:8081/artifactory/libs-release/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar The difference I am seeing is the path formed in url ('libs-release/org/slf4j' vs 'ibs-release/org.slf4j') Note: I am using artifactory-oss-4.1.3 -- View this message in context: http://forums.jfrog.org/gradle-artifactory-plugin-generating-the-wrong-URL-tp7580502.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
