Re: Build javadoc of dependencies?

2007-09-06 Thread Jochen Wiedmann
On 9/6/07, Heinrich Nirschl <[EMAIL PROTECTED]> wrote: > You could set up a fourth project with packaging pom that serves as > parent for the other three (i.e. the other tree projects are modules > of the new project). The Javadoc plugin's aggregate function should > work then. Right, but I could

Re: Build javadoc of dependencies?

2007-09-06 Thread Heinrich Nirschl
On 9/5/07, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > Hi, > > I have a project which is structured like this: > > +- parent > | > +- core > | > +- webapp > > (In practice, it's a little bit more complex, but the picture is > sufficient to show the use cas

Re: Build javadoc of dependencies?

2007-09-05 Thread Insitu
Hello, This is most probably not possible with the javadoc plugin alone, but this effect could possibly be achieved using javadoc:jar goal and maven-dependency-plugin's unpack goal. This is untested however :) HTH -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http:/

Build javadoc of dependencies?

2007-09-05 Thread Jochen Wiedmann
Hi, I have a project which is structured like this: +- parent | +- core | +- webapp (In practice, it's a little bit more complex, but the picture is sufficient to show the use case.) When running the javadoc plugin, I get the javadocs of the separate pr