Hi, some time has passed but nothing changed considering the maven 2.0.3 dependency.
I'm sure there is a concrete reason the dependency was introduced, and I don't want to argue this. Do you know when maven 2.0.3 will be released? I didn't find a roadmap on the maven homepage. Regards, Stefan. Brett Porter schrieb: > Yes, that's intentional. > > - Brett > > Jens Zastrow wrote: > >> I want to use the cobertura plugin. >> >> [pom.xml] >> <plugin> >> <groupId>org.codehaus.mojo</groupId> >> <artifactId>cobertura-maven-plugin</artifactId> >> <executions> >> <execution> >> <goals> >> <goal>clean</goal> >> </goals> >> </execution> >> </executions> >> </plugin> >> >> >>> mvn install >>> >> [INFO] Scanning for projects... >> [INFO] >> ------------------------------------------------------------------------ >> ---- >> [INFO] Building JIAC-JIAC >> [INFO] task-segment: [install] >> [INFO] >> ------------------------------------------------------------------------ >> ---- >> [INFO] Ignoring available plugin update: 2.0-20060221.155337-4 as it >> requires Maven version 2.0.3-SNAPSHOT >> [INFO] >> ------------------------------------------------------------------------ >> ---- >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> ---- >> [INFO] The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not >> exist or no valid version could be found >> [INFO] >> ------------------------------------------------------------------------ >> ---- >> [INFO] For more information, run Maven with the -e switch >> [INFO] >> ------------------------------------------------------------------------ >> ---- >> [INFO] Total time: 1 second >> [INFO] Finished at: Fri Feb 24 16:16:04 CET 2006 >> [INFO] Final Memory: 3M/6M >> [INFO] >> ------------------------------------------------------------------------ >> ---- >> >> > >
