Martin Höller schrieb: > On Saturday 08 March 2008 Ingo Düppe wrote: > >> 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. >> > > What about using profiles? You can define the modules that shouldn't be > considered during site generation in a profile which is only activated when > you are not running site generation. >
Or in the modules that you do not want javadoc reporting on, add a configuration section for the javadoc plugin which excludes all input files.. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
