Ryan,
 
Thanks for explaining changes.
I did include skin tag in site.xml but did not put <menu ref="modules" />. Even 
after installing suggested site plugin and skin, somehow, index.html files are 
not getting generated while with default site and skin, these files are 
generated. That is why, for right now, I am using defaults and  have created 
one modules.xml under rootproject/src/site/xdoc and provided links with 
submodules in this file. I did not create site.xml files for child modules. As 
per requirement it is sufficient.
 
Thanks again.
 
Vijay
  

________________________________

From: Ryan Wynn [mailto:[EMAIL PROTECTED]
Sent: Wed 4/26/2006 11:13 AM
To: Maven Users List
Subject: Re: Support for Multi-project Web Sites



Hi Vijay,

Did you add the following to your parent site.xml?

...
<skin>
        <groupId>org.apache.maven.skins</groupId>
        <artifactId>maven-default-skin</artifactId>
        <version>1.0-SNAPSHOT</version>
</skin>

<body>
    <link/>

    <menu/>

   <menu ref="modules" /> <!-- this creates the link to submodules-->
</body>

...

Then in the children site.xml you can create a link to the parent with

${parentProject}



On 4/26/06, Vijay Shanker <[EMAIL PROTECTED]> wrote:
> Ryan,
>
> My root report, still, does not have links to submodules. Could you please 
> suggest what steps you followed? I did same thing given in your given link.
>
> Thanks,
> Vijay
>
>
> ________________________________
>
> From: Ryan Wynn [mailto:[EMAIL PROTECTED]
> Sent: Mon 4/24/2006 5:30 PM
> To: Maven Users List
> Subject: Re: Support for Multi-project Web Sites
>
>
>
> On 4/24/06, Vijay Shanker <[EMAIL PROTECTED]> wrote:
> > Hi Ryan,
> >
> > I am facing the same problem while building reports for multiple modules. 
> > Parent report does not include links of child modules' reports.
> >
> > If it is working for you then could you please gives steps and suggestions 
> > to achieve it.
>
>
> See
> http://www.nabble.com/Running-maven-site-plugin-from-svn-p3953978.html
>
> that's what helped me.
>
> You will need to download the skins plugin and do a mvn
> -updateReleaseInfo=true install on it.
>
>
> >
> > Thanking you.
> >
> > Vijay
> >
> >
> > ________________________________
> >
> > From: Ryan Wynn [mailto:[EMAIL PROTECTED]
> > Sent: Fri 4/21/2006 1:32 PM
> > To: Maven Users List
> > Subject: Re: Support for Multi-project Web Sites
> >
> >
> >
> > On 4/21/06, Elliot Metsger <[EMAIL PROTECTED]> wrote:
> > > Hi -
> > >
> > > See
> > > http://www.nabble.com/Running-maven-site-plugin-from-svn-p3953978.html
> > > and see if that doesn't help!
> > >
> >
> > Thanks, that help worked.  I needed to use install with
> > -updateReleaseInfo=true instead of install-file.
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to