You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Olivier Lamy <ol...@accor.com> on 2006/07/12 19:16:06 UTC

RE : Web site generation for multiple projects

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:fhugot@sofinco.fr] 
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:aheritier@gmail.com] 
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 <fh...@sofinco.fr> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org