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]

Reply via email to