Someone else reported issues with that property in 2.0.9 so it could be
maven. ${project.buid.directory} should be c:\mytest\myproject\target
but maybe the problem is with clover trying to change it?-----Original Message----- From: Ryan H. [mailto:[EMAIL PROTECTED] Sent: Friday, April 25, 2008 4:31 PM To: Maven Users List Subject: Clover 2 plug-in on Maven 2.0.9 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
