I think you're missing his point; For instance, if I have two related subprojects, the Javadoc for each subproject is separate; if I [EMAIL PROTECTED] ...} from one to the other, it doesn't directly cross-link the files within the same javadoc heirarchy. Maven will help you with the navigation from the master project to the sub-projects, but doesn't magically "integrate" all the javadoc into a single tree.
Same goes for code xref, test xref, etc. I don't have a huge issue with this ... its part of the bargain you make (subprojects are viable by themselves, which adds constraints and limitations). Perhaps the multiproject docs should more visibly express this viability / independence issue? -- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogspot.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 21, 2003 6:35 AM > To: Maven Users List > Subject: Re: combining maven site subproject results > > > Have you looked at the multiproject plugin? > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > [EMAIL PROTECTED] wrote on 20/09/2003 06:17:04 AM: > > > > > > > > > > > Does anyone know whether there is a way to run maven site with > subproject > > directories and then combine the results into one report? > > > > I am trying to mavenize a WSAD J2EE project and have a project with > > the following subprojects > > > > test > > / testEJB > > /ejbModule > > /testWeb > > /JavaSource > > /TestSource > > > > > > I would like to combine the source files from both projects and > > display report results on them as if they were one project. > I am able > > to create individual reports within the subprojects but > don't know how > > to combine them. > > > > If you can give me some pointers or send me some sample > maven.xml and > > project.xml files I would appreciate it. > > > > > > Mirek > > > > > > > --------------------------------------------------------------------- > > 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]
