On Sat, Oct 3, 2009 at 9:34 AM, Quintin Beukes <[email protected]> wrote: > It's not helping. > > This is in my settings.xml: > <profile> > <id>disable-snapshots</id> > <repositories> > <repository> > <id>java.net</id> > <url>http://download.java.net/maven/1</url> > <snapshots> > <enabled>false</enabled> > <updatePolicy>never</updatePolicy>
It shouldn't be checking this repo for snapshots at all since you said <snapshots><enabled>false. However, there could be another repo (different id) with the same url, so make sure the repository id matches -- looks like it's "java.net2" in the message below: > Unable to find resource > 'org.apache.openejb:openejb-core:pom:3.1.2-SNAPSHOT' in repository > java.net2 (http://download.java.net/maven/2) ^^^^^^^^^ That's the one you need to reconfigure. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
