i forgot that i also added this in my dependency:

<dependency>
   <groupId>clover</groupId>
   <artifactId>clover</artifactId>
   <version>1.3.5</version>
</dependency>
<dependency>
   <groupId>maven</groupId>
   <artifactId>maven-clover-plugin</artifactId>
   <version>1.8</version>
</dependency>

i think the last dependency will get the first but i dont have the
time to check. i added the first one much earlier when i was figuring
out how to make clover work. the second one downloaded a whole lot of
dependencies. :D

ciao!

On 11/14/05, Anuerin Diaz <[EMAIL PROTECTED]> wrote:
> 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
>


--

"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