i think this is the new feature w/ the new clover
plugin.. there is a separation between instrumentation
and reporting.. you have to add few lines to the build
plugin to instrument it..  the instruction is in the
guide.

http://maven.apache.org/plugins/maven-clover-plugin/howto.html

thx,
-wei

--- Tiago Fernandez <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I'm trying to generate a nice coverage report while
> running "mvn site" on my
> project, but it isn't working. It says:
> 
> [WARNING] No Clover database found, skipping report
> generation
> My reporting section is simple:
> 
>   <reporting>
>     <plugins>
>         <plugin>
>            
> <artifactId>maven-javadoc-plugin</artifactId>
>         </plugin>
>         <plugin>
>             <groupId>org.codehaus.mojo</groupId>
>            
> <artifactId>jxr-maven-plugin</artifactId>
>         </plugin>
>       <plugin>
>        
>
<artifactId>maven-surefire-report-plugin</artifactId>
>       </plugin>
>         <plugin>
>            
> <artifactId>maven-clover-plugin</artifactId>
>         </plugin>
>     </plugins>
>   </reporting>
> 
> Did someone already experience this?
> 
> Thanks,
> --
> Tiago Fernandez
> http://www.tiago182.spyw.com
> 


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

Reply via email to