Folks,

I just found that Maven 2.0.9 does not work with the existing Clover 2
maven 2 plug-in (group ID: com.atlassian.maven.plugins) if you are
using some of maven 2 properties specifying project directories such
as ${project.build.directory} etc.

You can use maven's antrun plug-in to echo out this property under Maven
2.0.7 and 2.0.9 when running "clover:instrument" goal. Under Maven
2.0.7, ${project.build.directory} prints:

   c:\mytest\myproject\target/clover

Whereas Maven 2.0.9 prints:

   c:\mytest\myproject\target


Has anyone used Clover 2 plug-in on Maven 2.0.9 successfully? Is it a
bug in Maven 2.0.9 or Clover 2 plugin?

Thanks

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

Reply via email to