As of a couple of days ago, the site:generate target consistently fails building the simian reports with an OutOfMemory error.
Our app is very large with a very large amount of duplicated code, so the plugin gets quite a workout. My reports section is <reports> <report>maven-changes-plugin</report> <report>maven-changelog-plugin</report> <report>maven-developer-activity-plugin</report> <report>maven-file-activity-plugin</report> <report>maven-tasklist-plugin</report> <report>maven-faq-plugin</report> <report>maven-strutsdoc-plugin</report> <report>maven-jxr-plugin</report> <report>maven-license-plugin</report> <report>maven-pmd-plugin</report> <report>maven-jcoverage-plugin</report> <report>maven-simian-plugin</report> <report>maven-jdepend-plugin</report> <report>maven-linkcheck-plugin</report> </reports> I've attempted various settings of the published plugin properties to no avail. I now consistently get the following failure: [echo] Generating the Simian Report... BUILD FAILED File...... /home/maven/.maven/cache/maven-simian-plugin-1.4/plugin.jelly Element... ant:simian Line...... 70 Column.... 71 java.lang.OutOfMemoryError Total time: 12 minutes 25 seconds Finished at: Mon May 09 09:57:51 CDT 2005 Am I just screwed with regard to the Simian report?
