The error was that some dependency in my build process (not sure which one) was requiring the doxia-1.0-alpha-8.pom and something else in my .m2 repo was sending it looking at the codehaus repo (http://snapshots.maven.codehaus.org/maven2) which is still down. Whatever you did, now that my .m2 is refreshed, the download of doxia-1.0-alpha-8.pom is now coming from someplace else (note the broken codehaus server).

Hope that explanation helps somebody. I'm still a little clueless about how these repos reference each other and when the local .m2 repo refreshes stuff ...

-- Mark

Brian Bonner wrote:

Mark H. sounds like you fixed it before I sent the note.  Does mvn
site work OK for you?

What error are you seeing?

On 5/16/06, Brian Bonner <[EMAIL PROTECTED]> wrote:

Mark, I'd try removing your doxia directory inside your .m2 repository
and try again.  I just tried it and it it came down just fine.  Mind
you, I'm getting a different error, but the doxia code is coming down
fine.

Brian

On 5/16/06, Mark Hansen <[EMAIL PROTECTED]> wrote:
> FIX isn't working for me.  Still getting error trying to download
> doxia-1.0-alpha-8.pom from http:snapshots.maven.codehaus.org/maven2
>
> [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for
> updates from central
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-5/maven-site-plugin-2.0-beta-5.pom
> 2K downloaded
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-5/maven-site-plugin-2.0-beta-5.jar
> 52K downloaded
> Downloading:
> http://repo1.maven.org/maven2/org/mortbay/jetty/jetty/6.0.0beta15/jetty-6.0.0beta15.pom
> 2K downloaded
> Downloading:
> http://repo1.maven.org/maven2/org/mortbay/jetty/project/6.0.0beta15/project-6.0.0beta15.pom
> 8K downloaded
> Downloading:
> http://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.0.0beta15/servlet-api-2.5-6.0.0beta15.pom
> 1K downloaded
> Downloading:
> http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-util/6.0.0beta15/jetty-util-6.0.0beta15.pom
> 2K downloaded
> Downloading:
> http://snapshots.maven.codehaus.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-8/doxia-1.0-alpha-8.pom
> [INFO]
> ----------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: org.apache.maven.doxia:doxia
>
> Reason: Error getting POM for 'org.apache.maven.doxia:doxia' from the
> repository: Error transferring file
>   org.apache.maven.doxia:doxia:pom:1.0-alpha-8
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
>   snapshots (http://snapshots.maven.codehaus.org/maven2)
>
>
>
> Brett Porter wrote:
>
> > Hi,
> >
> > This should now be fixed. Please remove the following files from your
> > local repository to correct the issue:
> > org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-8/doxia-site-renderer-1.0-alpha-8.pom
> >
> > org/mortbay/jetty/project/6.0.0beta15/project-6.0.0beta15.pom
> > org/apache/maven/plugins/maven-site-plugin/2.0-beta-5/maven-site-plugin-2.0-beta-5.pom
> >
> >
> > Cheers,
> > Brett
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to