if you add javadoc.. why not add cobertura test coverage in the same time ?
http://mojo.codehaus.org/cobertura-maven-plugin/usage.html
2008/10/28 Jeanfrancois Arcand <Jeanfrancois.Arcand_at_sun.com>
> Ok that was a stupid question :-) I added it at the top level pom. Try it
> and let me know :-)
>
> A+
>
> --Jeanfrancois
>
>
> Jeanfrancois Arcand wrote:
>
>> Salut,
>>
>> Richard Corbin wrote:
>>
>>>
>>> <plugin>
>>> <groupId>org.apache.maven.plugins</groupId>
>>> <artifactId>maven-javadoc-plugin</artifactId>
>>> <configuration>
>>> <aggregate>true</aggregate>
>>> </configuration>
>>> </plugin>
>>>
>>
>> which pom? To all individual pom under module/module_name?
>>
>> Thanks!!!
>>
>> -- Jeanfrancois
>>
>>
>>>
>>> if you add this to the pom it will aggregate the javadocs in the
>>> artifacts (thats what I just did)
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
>>> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
>> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>
>