Run,

Thanks for asking!

I only had time this morning to read the thread.  Right now I am
fighting against memory problems with generating javadoc from over 2200
classes. :(

This is a very informative thread about reports etc.

Thanks for all the input!

Andreas


-----Original Message-----
From: Rune Flobakk [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 19, 2006 9:21 AM
To: Maven Users List
Subject: Re: [M2] Maven Generated Reports

Worked like a charm here too! Thanks! And the reports are more 
nice-looking than the jcoverage reports I got in my Maven 1 projects.

Yep, you are correct Boris, I'm from Norway. Was just kidding around 
about the German/Swedish/European decimal number thingie, Hope no one 
took it seriously :)

I hope Andreas Guther who was the initial poster in this thread got some

useful tips on how Maven 2 handles reporting as well, as I pretty much 
hi-jacked the thread ;-) I know I learned a lot from you guys at least.

Rune

Subhash Chandran skrev:
> Thanks for the cobertura tip! It works like a magic!! I had spent so
much
> time trying to make it work for me!
> 
> Regards,
> Subhash.
> 
> On 3/19/06, Boris Lenzinger <[EMAIL PROTECTED]> wrote:
>> I Use cobertura plugin with Maven 2 and it works fine.
>>
>>       <plugin>
>>         <groupId>org.codehaus.mojo</groupId>
>>         <artifactId>cobertura-maven-plugin</artifactId>
>>         <version>2.0-20060130.214008-3</version>
>>       </plugin>
>>
>> (I had to add this in the pluginRepositories section):
>>     <pluginRepository>
>>       <id>CodeHaus</id>
>>       <name></name>
>>       <url>http://snapshots.maven.codehaus.org/maven2</url>
>>       <layout>default</layout>
>>       <snapshots>
>>         <enabled>true</enabled>
>>       </snapshots>
>>       <releases>
>>         <enabled>false</enabled>
>>         <updatePolicy>never</updatePolicy>
>>       </releases>
>>     </pluginRepository>
>>
>> Reports generated are great really.
>>
>> About the numbers, I guess Rune is from Norway with ".no" suffix ?
>>
>> Boris
>>
>>
> 

---------------------------------------------------------------------
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]

Reply via email to