Nope, just mvn site:site.  Yes.  Yes.

Looking at my project hierarchy, I have the following:

root (released, has site.xml with modules menu)
 |- subsystem (I'm running site:site here)
      |- module1 
      |- module2

Could it be caused by the fact that the subsystem does not have a site
descriptor but just inherits it from the root?

-----Original Message-----
From: Kenney Westerhof [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 31, 2006 12:08 PM
To: Maven Users List
Subject: Re: site child module listing

On Wed, 31 May 2006, Mike Perham wrote:

you're not running 'mvn -N site' by any chance? do the sites for the
modules get generated? Do the modules define the correct parent version
in the <parent> section?

try ${modules} instead of <menu ref="modules"/> and see if that works -
might be a bug, although it should work.


-- kenney

> I have the following in my site.xml:
>
>       <menu ref="parent"/>
>       <menu ref="modules"/>
>       <menu ref="reports"/>
>
> When the site is generated, I see the parent and I see the reports but

> I do not see the child modules list.  The associated POM does have a 
> <modules> list and each entry in that module list has the associated 
> POM as its parent.
>
> So what do I need to do to get the child modules to show up?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

---------------------------------------------------------------------
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