We received a similar message today[1]. Try using http://nexus.codehaus.org/snapshots/
I'll contact Juven to see what's going on. - Robert [1] http://markmail.org/thread/k3xfh3evjkux2kwq > To: [email protected] > From: [email protected] > Date: Mon, 20 Sep 2010 13:18:13 -0400 > Subject: [mojo-dev] What happened to the snapshots repository? > > curl -i > http://snapshots.repository.codehaus.org/org/codehaus/mojo/archetypes/nbm-archetype/1.3-SNAPSHOT/maven-metadata.xml > => > HTTP/1.1 301 Moved Permanently > Location: > https://nexus.codehaus.org/content/repositories/snapshots/org/codehaus/mojo//archetypes/nbm-archetype/1.3-SNAPSHOT/maven-metadata.xml > > curl -i > https://nexus.codehaus.org/content/repositories/snapshots/org/codehaus/mojo//archetypes/nbm-archetype/1.3-SNAPSHOT/maven-metadata.xml > => > HTTP/1.1 404 Not Found > > Seems like https://nexus.codehaus.org/content/repositories/ was set up > recently but the migration was incomplete. > http://jira.codehaus.org/browse/MNG-4816 explains why > this breaks usage from Maven 3 even when the redirect is correct, but in this > case the redirect is broken anyway. > > (Background: the NetBeans IDE is using snapshot versions of a few archetypes > for critical bug fixes, until I can get my Xircles login verified and get new > releases > published. I worked around MNG-4816 by hardcoding the redirected URL for > http://repository.codehaus.org/ but http://snapshots.repository.codehaus.org/ > content is not > available elsewhere AFAIK. So this completely breaks some important > archetypes.) > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > >
