Just a hunch but the problem could be that this is all in maven 1 repository layout. I think you should set the mirror to be a mirror of the java net maven 2 repo.
http://download.java.net/maven/2/ manfred On Fri, 15 Jan 2010 12:46:20 -0800 (PST), muser wrote > Hi, > > I am getting these errors after I upgraded to M2.2.1. > > [ERROR] Unable to determine if resource asm:asm:jar:3.1:compile > exists in https://maven-repository.dev.java.net/nonav/repository > [ERROR] Unable to determine if resource > com.sun.jdmk:jmxtools:jar:1.2.1:compile exists in https://maven- repository.dev.java.net/nonav/repository > [ERROR] Unable to determine if resource > com.sun.jersey:jersey-core:jar:1.0.3:compile exists in > https://maven-repository.dev.java.net/nonav/repository > [ERROR] Unable to determine if resource > com.sun.jersey:jersey-json:jar:1.0.3:compile exists in > https://maven-repository.dev.java.net/nonav/repository > [ERROR] Unable to determine if resource > com.sun.jersey:jersey-server:jar:1.0.3:compile exists in > https://maven-repository.dev.java.net/nonav/repository > [ERROR] Unable to determine if resource com.sun.jmx:jmxri:jar:1.2.1:compile > exists in https://maven-repository.dev.java.net/nonav/repository > [ERROR] Unable to determine if resource > com.sun.xml.bind:jaxb-impl:jar:2.1.10:compile exists in > https://maven-repository.dev.java.net/nonav/repository > > My settings.xml contains this > <mirror> > <id>java.net</id> > <name>Mirror of > https://maven-repository.dev.java.net/nonav/repository/</name> > <url>http://download.java.net/maven/1/</url> > <mirrorOf>java.net</mirrorOf> > </mirror> > > What is wrong here ? > > Thanks, > > -- > View this message in context: http://n2.nabble.com/Errors-after- > upgrade-to-2-2-1-tp4401158p4401158.html Sent from the maven users > mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] Manfred Moser http://www.mosabuam.com/manfred --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
