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]
