Seems to be a problem with name resolution on the network level. Probably the (windows) DNS service. I've reset the global settings.xml file to point to ibiblio and it seems to work. Thanks for the help. I should have read the stacktrace more closely.
On 10/2/07, Daniele De Francesco <[EMAIL PROTECTED]> wrote: > > Hi, > > your stacktrace would suggest that you are experiencing some network > trouble, if you are running a fedora-like linux distro make sure that > SELinux is not interfering.... > regards, > > > > On 10/2/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > > > You can delete the mirror -- that is the default for M2.0.7. (I think > > it switched in M2.0.6 but I could be wrong.) > > > > Are you sure you're not behind a proxy, or running some anti-virus > > software that captures outgoing packets, or something else similar > > either installed on your box or somewhere in your network? > > > > Wayne > > > > On 10/2/07, Jason Nerothin <[EMAIL PROTECTED]> wrote: > > > No, I'm not behind a proxy. A bit more information: > > > > > > I made the two changes. The first is an attempt to force mvn to use > > > maven.org's central site, akin to what John suggested: > > > > > > <mirror> > > > <id>repo1.maven.org</id> > > > <mirrorOf>central</mirrorOf> > > > <name>force connect to maven.org</name> > > > <url>http://repo1.maven.org/maven2/</url> > > > </mirror> > > > > > > Now, I at least get something happening in the local repository: > > > > > > [EMAIL PROTECTED]:~/.m2/repository/org/apache/maven/plugins$ more > > > /home/jason/.m2/repository/org/apache/maven/plugins/maven- > > > metadata-central.xml > > > <?xml version="1.0" encoding="UTF-8"?><metadata /> > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- ======================================================== Jason Nerothin Programmer/Analyst Gates Business Solutions ========================================================
