On Wed, Jun 24, 2009 at 2:35 PM, Wes Wannemacher<w...@wantii.com> wrote:
> It is a large multi-module build (the struts2 build, in fact) and a
> quick glance/grep through poms didn't yield any obvious entries
> pointing to download.java.net, but I will dig further tomorrow. I
> noticed the same thing at my office recently and I did get around it
> by using nexus. I just wasn't sure if it was my build or if others had
> noticed that artifacts weren't where maven was looking.

Run
  mvn help:effective-pom > epom.txt

This will show you the complete <repositories> defined in the inheritance chain.

You can also check your settings.xml to see whether you are pointing
to something wierd.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to