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]
------------------------------------------------------------------------
----