I've successfully added ibiblio as a new proxied repository to my artifactory
instance.

I can browse the proxied ibiblio repository via my artifactory instance
from: http://localhost:8081/artifactory/ibiblio-maven2

Browsing shows exactly what I expect to see, but clicking on the link for a
jar/pom/xml file always gives 404. This is, ultimately, causing my gradle
builds to fail since they cannot resolve dependencies which reside in
ibiblio.

The Respository XML from the UI:

<repository>
    <id>desktop</id>
    <name>desktop-releases</name>
    <url>http://localhost:8081/artifactory/ibiblio-maven2</url>
</repository>
<snapshotRepository>
    <id>desktop</id>
    <name>desktop-snapshots</name>
    <url>http://localhost:8081/artifactory/ibiblio-maven2</url>
</snapshotRepository>

--
View this message in context: 
http://forums.jfrog.org/ibiblio-repository-browsable-but-artifact-links-always-give-404-tp6953617p6953617.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
RSA&#174; Conference 2012
Save $700 by Nov 18
Register now&#33;
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to