Hello, My project uses maven2 and include a (huge) legacy code I've packaged into a module. I'd like to run reports on the new code in other modules, but generating the site fails in javadoc "OutOfMemory" as the legacy code contains lot's of classes.
I'd like to exclude this module from my site. How can I do this ? Nico.
