i managed to use clover an hour ago. i just added this in my project descriptor:

<reporting>
   <plugins>
      <plugin>
         <artifactId>maven-clover-plugin</artifactId>
         <configuration>
            <cloverDatabase>${basedir}/target/clover/clover.db</cloverDatabase>
            
<licenseFile>${basedir}/../licenses/clover/clover.license</licenseFile>
         </configuration>
      </plugin>
   </plugins>
</reporting>


and clover was activated when i called the site goal.

ciao!


On 11/14/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
> 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.
>
> 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?
>
> I also could not find how I set the path to the license file.
>
> regards,
>
> Wim
>
>


--

"Programming, an artform that fights back"

Anuerin G. Diaz
Registered Linux User #246176
Friendly Linux Board @ http://mandrivausers.org/index.php
http://capsule.ramfree17.org , when you absolutely have nothing else
better to do

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

Reply via email to