I've disabled reports in the "legacy" module POM. This seems to solve my
issue

<plugin>
               <!-- disable reports -->
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-site-plugin</artifactId>
               <configuration>
                   <generateReports>false</generateReports>
               </configuration>
</plugin>

2006/12/21, nicolas de loof <[EMAIL PROTECTED]>:

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.

Reply via email to