On Sat, 2008-03-08 at 17:44 +0100, Ingo Düppe wrote:
> Hello,
> 
> I like to exclude some of my modules within my multi-module projects 
> from beeing considered by report generating. For instance, I do like to 
> generate a aggregated javadoc report for all jar modules but not of the 
> model - module of andromda.
> 
> So how can I configure which modules should be considered during report 
> / site generation?

I'm not aware of any standard feature to do this.

I would try configuring that plugin within each pom that should be
ignored to just select no files to process, eg
  <exclude>**/*</exclude>
or whatever equivalent that particular report plugin supports.

Regards, Simon


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

Reply via email to