On 4/20/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> ${modules} should definitely work. What your site.xml file looks like?
The parent site.xml is pretty basic. The reports are showing but no
links to the modules.
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="PCS">
<bannerLeft>
<name>PCS</name>
<src>
images/pcs.png
</src>
<href>http://maven.apache.org/</href>
</bannerLeft>
<bannerRight>
<src>
http://localhost/images/logo.png
</src>
</bannerRight>
<body>
<links>
<item name="Shale"
href="http://struts.apache.org/struts-shale/" />
<item name="Myfaces" href="http://myfaces.apache.org/"
/>
</links>
<menu name="PCS">
<item name="Home" href="index.html" />
</menu>
${modules}
${reports}
</body>
</project>