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 case.)
>
> When running the javadoc plugin, I get the javadocs of the separate
> projects. I would like to have the javadocs of all projects aggregated
> into the webapp project. The plugins "aggregate" property doesn't help
> me, because its designed for parent projects.
>
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.

- Henry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to