I tried this and the modules didn't display.  All I saw was the
"Modules" menu with no modules displayed below them.

I looked on JIRA and it seems there is a bug for it:

http://jira.codehaus.org/browse/MSITE-86

It says that it's fixed in 2.0-beta-5 (i'm assuming that means 2.0.5)

Does anyone have a workaround for version 2.0.4?

Thanks!

Tom

>>> [EMAIL PROTECTED] 07/12/06 10:16 AM >>>
Try from the top : mvn site.
I mean by top
Top (root directory)
Pom.xml (root pom)
  module1 pom.xml
  module2 pom.xml
 
Add in rootdirectory/src/site/site.xml
Something like :
    <menu ref="parent" /> (module will have link to the parent one)
    <menu ref="reports" />
    <menu ref="modules" /> (top will have link to modules)


--
Olivier

-----Message d'origine-----
De : HUGOT Franck [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 12 juillet 2006 19:09
À : Maven Users List
Objet : RE: Web site generation for multiple projects


Sorry, this is for m2.

What do you mean by using directly the modules?

I known how to generate a web site for one module but for multiple in
only one web site?

Thanks.


-----Message d'origine-----
De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 12 juillet 2006 19:06
À : Maven Users List
Objet : Re: Web site generation for multiple projects

m1 or m2 ?

m1 -> you have to use the multiproject plugin
m2 -> you use directly the modules

Arnaud

On 7/12/06, HUGOT Franck <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
>
>
> Is there a way to generate only one web site for multiple projects?
> I can't find a way to do this, except generate a web site for each
> project and develop a specific home page that refer to each project
home
> page.
>
>
>
> Thanks in advance.
>
>
> ---------------------------------------------------------------------
> 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]



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

Reply via email to