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]



Reply via email to