Do you mean the 'overview page'?
It's not well documented, but see the properties page of the multiproject
plugin for details on the properties to include, and use:
<report>maven-multiproject-plugin</report>
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Nathan Coast <[EMAIL PROTECTED]> wrote on 10/12/2003 07:41:50 PM:
> Hi,
>
> should it be possible to generate an index page with sub-project
descriptions
> when doing a multiproject:site.
>
> In the parent project of the multiproject I added this to the
xdocs/index.xml
>
> <table>
> <tr><td>Component</td><td>Description</td></tr>
> #foreach ($reactorProject in $reactorProjects)
> <tr>
> <td><a
> href="${aggregateDir}${reactorProject.artifactId}/index.
> htmlComponent">${reactorProject.name}</a></td>
> <td>${reactorProject.description}</td>
> </tr>
> #end
> </table>
>
>
> I was hoping I'd get a list of sub-projects and descriptions in the same
way as
> the navigation.xml is generated. The output was a little disapointing
>
> Component Description
> ${reactorProject.name} ${reactorProject.description}
>
> I am I doing something wrong or is this not possible atm?
>
> cheers
> Nathan
>
>
> ---------------------------------------------------------------------
> 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]