Replying to document the fix: Note the double slash in ../public//com/... Remove the trailing slash in the config url will remove the double slash in your effective url and should fix the problem.
Yoav Landman wrote: > > Have you tried moving away com/carnobfive from you local m2 repository and > zapping the c5-public-repo cahces in Artifactory? > > On Tue, Jul 28, 2009 at 6:27 AM, Karl Nielsen > <[email protected]>wrote: > >> This is what I have in the System Logs: >> 2009-07-27 17:11:22,525 [INFO ] (o.a.r.HttpRepo :152) - >> c5-public-repository: Retrieving ' >> http://mvn.carbonfive.com/nexus/content/groups/public//com/carbonfive/db-migration-maven-plugin/0.9.7/db-migration-maven-plugin-0.9.7.pom.sha1'.<http://mvn.carbonfive.com/nexus/content/groups/public//com/carbonfive/db-migration-maven-plugin/0.9.7/db-migration-maven-plugin-0.9.7.pom.sha1%27.> >> .. > ... >> >> But my build fails with this message: >> >> Project ID: com.carbonfive:db-support-parent:pom:0.9.7 >> >> Reason: Cannot find parent: com.carbonfive:c5-parent for project: >> com.carbonfive:db-support-parent:pom:0.9.7 for project >> com.carbonfive:db-support-parent:pom:0.9.7 >> >> I am wondering if something got messed up in my pom? I even tried >> pointing >> it to the jfrog server and got the same error message: >> >> <repositories> >> <repository> >> <id>central</id> >> <url>http://repo.jfrog.org:80/artifactory/repo/</url> >> <snapshots> >> <enabled>false</enabled> >> </snapshots> >> </repository> >> </repositories> >> >> >> I am sure that it is something simple, but I have looked for it all day >> and >> nothing... >> > ... > -- View this message in context: http://old.nabble.com/Carbonfive-site-not-downloading-tp24689029p26581618.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
