On Dec 28, 2007 7:09 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>cobertura-maven-plugin</artifactId> > <version>2.0</version> ... > Downloading: > http://snapshots.repository.codehaus.org//org/codehaus/mojo/cobertura-maven-plugin/2.2/cobertura-maven-plugin-2.2.pom > ----------------------------------------------------- > this realm = app0.child-container[org.codehaus.mojo:cobertura-maven-plugin] > urls[0] = > file:/c:/opt/.m2/repository/org/codehaus/mojo/cobertura-maven-plugin/2.2/cobertura- > maven-plugin-2.2.jar
It's strange that you're specifying 2.0 and it's downloading/using 2.2. Is this in <plugins> or in <reporting> ? Do you have anything in <pluginManagement> or a profile that could be confusing it? I'd just change the <version> to 2.2 and see if that works. (And also move to Maven 2.0.8, but one thing at a time.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
