You need a snapshot of the plugins from SVN for this (though I am
working on the releases right now). Only JXR and Javadoc support it as
its a piece of functionality that must be implemented for each plugin
at a time.
The logic says that if aggregate = true and project is not the root
project, then do nothing. This ensures only the aggregate javadoc /
xref is generated.
- Brett
On 5/6/06, Torsten Curdt <[EMAIL PROTECTED]> wrote:
Is there a default policy or setting for report plugins to aggregate
reports from the modules?
I know the javadoc plugin should support that via
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
...unfortunately it does not for me :-/
But I would be great to have it for
javadoc
surefire
taglist
pmd
jxr
What's the status for those?
And how can I prevent that reports defined in the parent pom get also
executed in the childs?
cheers
--
Torsten
---------------------------------------------------------------------
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]