It is supported by providing a parent pom.xml and for each project (module in maven2) a module pom.xml. then you can simply do 'maven site' to generate the multiproject (multimodule) site. see here : http://maven.apache.org/guides/mini/guide-multi-module.html
On Thursday 29 December 2005 18:29, Brett Porter wrote: > Actually it will be available in the next release of the site plugin, > which is compatible with 2.0.2 (it is working in SVN). > > - Brett > > On 12/30/05, Geoffrey <[EMAIL PROTECTED]> wrote: > > They are working on "multiproject:site". > > Multiprojects are indeed build in with the module system (already in > > maven 2.0 & 2.0.1). > > I believe multiproject:site is for 2.1. > > > > Geoffrey > > > > Damien Viel wrote: > > > Hi, > > > > > > I've read that the multiproject is build-in with Maven 2. > > > But I can't find the way to create a site for multiproject like in > > > Maven 1. > > > Is it possible ? > > > > > > Tks. > > > > > > Damien > > > -------------------------------------------------- > > > Damien Viel | +33 1 41 97 83 20 | [EMAIL PROTECTED] > > > -------------------------------------------------- > > > __/ \__ | http://www.improve.fr > > > improve | http://www.application-servers.com > > > /_____\-| http://www.improve-technologies.com > > > -------------------------------------------------- > > > > --------------------------------------------------------------------- > > 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]
