Hi when you run the "mvn site" for Maven2 at the application root level, the command is executed to generate the site at application root level.
James Abley-2 wrote: > > On 20/05/07, Mac Systems <[EMAIL PROTECTED]> wrote: >> Hello, >> >> actually i wonder how to generate an Site for an Multiproject ? >> >> The (Master) Project Site will be generated for all my Modules but i do >> not know >> how to link to each module's site ? >> >> >> Project: >> >> pom.xml >> | >> | >> >Module A >> pom.xml >> -> target/site/index.html >> >Module B >> pom.xml >> -> target/site/index.html >> >Module C >> pom.xml >> -> target/site/index.html >> >> >> regards, >> Jens Hohl >> > > I've used the <url/> element in each module's pom. > > <url>../../Module A/target/site/</url> > > It works fine for builds locally. > > Cheers, > > James > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/How-configure-to-Multiproject-Site-references-tf3787163s177.html#a10719982 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
