I don't believe the war file for a project includes site documentation. So, to accomplish that you may have to write a preGoal -- like you suggested before invoking the war.
Sri > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > trelaze.com] > Sent: Friday, October 17, 2003 10:50 AM > To: Maven Users List > Subject: RE: Multiproject site:war equivalent > > The war file the parent project witch include subproject generate docs. > > Nicolas > > --------------- > > > > > "Sri Sankaran" <[EMAIL PROTECTED]> > 17/10/2003 16:46 > Veuillez r�pondre � "Maven Users List" > > > Pour : "Maven Users List" <[EMAIL PROTECTED]> > cc : > Objet : RE: Multiproject site:war equivalent > > > That is correct. However, what I am not understanding is what you want. > The war file for the sub-projects? The war file the parent project? > > Maybe someone else can chime in... > > Sri > > > -----Original Message----- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > > trelaze.com] > > Sent: Friday, October 17, 2003 10:35 AM > > To: Maven Users List > > Subject: RE: Multiproject site:war equivalent > > > > Pardon if if I have false > > > > when you launch multiproject:site : > > - it generate the site for "father" project > > - generate navigation > > - it call the site for all subprojects (include projects) > > - copy the subproject generate docs in the > > fatherbasedir/target/generate-xdoc/subprojet-id > > > > No ? > > > > It is not the same thing than war artifact in subproject. > > > > Nicolas > > > > ----------------------------- > > > > > > > > > > > > "Sri Sankaran" <[EMAIL PROTECTED]> > > 17/10/2003 16:23 > > Veuillez r�pondre � "Maven Users List" > > > > > > Pour : "Maven Users List" <[EMAIL PROTECTED]> > > cc : > > Objet : RE: Multiproject site:war equivalent > > > > > > So what *are* you trying to accomplish? A war file of the multiproject > > project? For that can you not just treat it as a plain-old project and > do > > > > maven site:war > > > > Or am I missing the point? > > > > Sri > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > > > trelaze.com] > > > Sent: Friday, October 17, 2003 10:19 AM > > > To: Maven Users List > > > Subject: RE: Multiproject site:war equivalent > > > > > > According to the doc it will call site:war for subproject but not on > > the > > > one witch is generate by multiproject:site. > > > > > > Nicolas > > > > > > ------------------------- > > > > > > > > > > > > > > > > > > > > > "Sri Sankaran" <[EMAIL PROTECTED]> > > > 17/10/2003 16:08 > > > Veuillez r�pondre � "Maven Users List" > > > > > > > > > Pour : "Maven Users List" <[EMAIL PROTECTED]> > > > cc : > > > Objet : RE: Multiproject site:war equivalent > > > > > > > > > Have you tried > > > > > > multiproject:goal -Dgoal=site:war > > > > > > Sri > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > > > > trelaze.com] > > > > Sent: Friday, October 17, 2003 9:02 AM > > > > To: Maven Users List > > > > Subject: Multiproject site:war equivalent > > > > > > > > Is there an equivalence in the multiproject to the site:war goal ? > > > > Or must I use a pregoal of the multiproject:site to build it ? > > > > > > > > Nicolas > > > > > > > > > --------------------------------------------------------------------- > > > > 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] > > > > > > > > > > > > --------------------------------------------------------------------- > > 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]
