Are the 3 reports the ones in your parent pom? In the top level, only
those will be present. The others should be present in the
subdirectories of each project.

If that is still not working, check if it works when you run site:site
on the individual project.

Cheers,
Brett

On 7/28/05, Joao Victor <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I've been trying to get some reports working, with no sucess; so i'm
> sending this email in the hopes someone can point me some solution.
> 
> I'm using a multiproject:site target, i've got 5 modules under the
> main the project. For each of these modules, i'd like to get some
> reports. So i just put in their project.xml:
> 
> ----------------------
> <reports>
>         <report>maven-pmd-plugin</report>
>         <report>maven-simian-plugin</report>
>         <report>maven-junit-report-plugin</report>
>         <report>maven-jcoverage-plugin</report>
>         <report>maven-checkstyle-plugin</report>
>         <report>maven-jdepend-plugin</report>
>         <report>maven-statcvs-plugin</report>
>         <report>maven-file-activity-plugin</report>
>         <report>maven-developer-activity-plugin</report>
>         <report>maven-jxr-plugin</report>
>         <report>maven-javadoc-plugin</report>
> </reports>
> ----------------------
> 
> And run 'maven multiproject:site'. It takes a while, and then i take a
> look at the html... only 3 reports are there: file-activity, statcvs,
> and developer-activity.
> 
> I've got no idea why the other reports weren't made. The command
> 'maven multiproject:site' is finished sucessfully, there's no error
> message.
> 
> Any ideas?
> 
> Thanks,
> J.V.
> 
> ---------------------------------------------------------------------
> 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