Which version of maven are you using ?
Message is saying that this plugin requests maven 2.0.3 SNAPSHOT. Is it the version you are using ?

Else check which other versions are available on the site and change the version number of your plugin (if you didn't specify it, then supply a version number).

FYI, I use maven 2.0.2 and I have in my repository: 2.0-20060130.214008-3 which is workibng fine.

[EMAIL PROTECTED] a écrit :
I still get an error for finding this plug-in:

[INFO] Searching repository for plugin with prefix: 'cobertura'.
[INFO] Ignoring available plugin update: 2.0-20060331.055400-6 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 Apr 21 10:21:51 CDT 2006
[INFO] Final Memory: 2M/126M
[INFO]
----------------------------------------------------------------------------


Is there something I am missing here?



On 4/20/06, Mark Hewett <[EMAIL PROTECTED]> wrote:
No problem.  I just tried it out and have a very nice report, so many
thanks to the people working on this plugin!

I should have mentioned that you can add the following to your POM to
enable the snapshot repository, in case you haven't done this before.

<pluginRepositories>
<pluginRepository>
   <id>snapshots</id>
   <url>http://snapshots.maven.codehaus.org/maven2</url>
</pluginRepository>
</pluginRepositories>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to