This is a known problem in maven.

you need to run maven once (to build all the child reports)

On the first run there are no child reports (because the parent is run
first)

Then you need to run maven a second time (to rebuild the parent report)

The good news is that you need only run the parent module, e.g.

mvn site
mvn -N site

should do the trick for you.

You will have problems though if you have grandchildren modules, then you'll
have the

mvn site
mvn site

as the only way to get it to work.

On Jan 9, 2008 10:34 PM, Morgovsky, Alexander (US - Glen Mills) <
[EMAIL PROTECTED]> wrote:

> Hello.  Could someone please tell me if there are any multimodule site
> reporting plugs which produce multimodule reports?  I have tried many
> plugins like javaNCSS but all the resulting sites return all 0's.
>
>
> This message (including any attachments) contains confidential information
> intended for a specific individual and purpose, and is protected by law.  If
> you are not the intended recipient, you should delete this message.
>
>
> Any disclosure, copying, or distribution of this message, or the taking of
> any action based on it, is strictly prohibited. [v.E.1]
>

Reply via email to