Hi, On Monday 03 May 2004 18:09, [EMAIL PROTECTED] wrote: > Define the repports you want to include in each sub project and : > > maven multiproject:site > > Look at the multiproject plugin for more info that is exactly what I tried (besides the reactor) before I wrote my posting to this list. Maybe I did not point it out properly or I am missing available features of the multiproject plugin: Besides the javadoc reports of the sub-projects generated by the multiproject:site target I want an aggrated javadoc of all sub-projects linked together for the main project site - as it would result if you would copy all subprojects src/java contents together to the src/java of the main project (which currently does not exist) and then generate the javadoc from that. Well if there is a better way than writing a postGoal doing that please let me know. > > Nicolas, Thank you so far.
Regards J�rg > > > > > > J�rg Hohwiller <[EMAIL PROTECTED]> > 03/05/2004 17:53 > Veuillez r�pondre � "Maven Users List" > > > Pour : Maven Users List <[EMAIL PROTECTED]> > cc : > Objet : Generate javadoc of multiple projects > > > Hi there, > > my project consists of multiple components. For each component I can run > maven site:genreate and get a nice site with reports such as javadoc. > For the project itself I also use maven to generate the site. > > Now my question is if there is an easy way to generate a javadoc (and > xref) > for the main project site containing the code of all components? > > If not I would also be pleased to hear how to do it complicated :) > > Thanks a lot, > J�rg > > > --------------------------------------------------------------------- > 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]
