Yeah I think you're right! Now that you mention it I think you have to
use the lastest snapshot built which is way better anyway. The site
plugin hasn't seen a new release in a long time. Just add the Maven
snapshots repository to your pom and declares the use of the
2.0-SNAPSHOT site plugin.

On 4/21/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote:
> $modules and <skin> etc are for the next release of the site plugin I
> believe
>
> Aaron Freeman wrote:
> > I tried using ${modules} in the site.xml of my parent project, just
> > like you did, but it didn't seem to do anything for me either.
> >
> >
> > On 4/20/06, Ryan Wynn <[EMAIL PROTECTED]> wrote:
> >> On 4/20/06, Ryan Wynn <[EMAIL PROTECTED]> wrote:
> >>> 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>
> >>>
> >> the site plugin is 2.0-beta-4
> >>
>
> --
> With kind regards,
> Geoffrey De Smet
>
>
> ---------------------------------------------------------------------
> 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