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]
