Hi Wim,

> -----Original Message-----
> From: Wim Deblauwe [mailto:[EMAIL PROTECTED]
> Sent: lundi 14 novembre 2005 15:40
> To: Maven Users List
> Subject: [m2] Clover plugin
> 
> Hi,
> 
> how does one use the clover plugin? I was looking at
> http://maven.apache.org/plugins/maven-clover-plugin/ for some information,
> but I can't get it working.

Actually there are more documentation than this but apparently the site has
not been republished. You can read the docs in APT format at:

http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven
-clover-plugin/src/site/apt/
 
> I added:
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-clover-plugin</artifactId>
> </plugin>
> 
> to my reporting/plugins section. Then I tried mvn site, but I got an error
> that the maven-clover-plugin does not exist.
> 
> do I need to do some more things?

This sounds fine. Not sure why it cannot find the plugin. Could you run with
-X and send us the part that says it cannot find it?

NOTE1: You'd need to use the latest version in svn trunk as the alpha
version that has been released had some issues that have been fixed.

NOTE2: You currently need Maven 2.0.1 for the plugin to work fine. This is
because there's a bug in Maven 2.0 core that prevents the plugin from
working and this was fixed in Maven 2.0.1. I need to find some time to try
to write a hack to circumvent the issue so that the Clover plugin can work
with Maven 2.0.

Thanks
-Vincent


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

Reply via email to