<http://jira.codehaus.org/browse/MAVEN-1294>
http://jira.codehaus.org/browse/MAVEN-1294
Could anyone comment on the above defect or suggest resolutions or
work-arounds? I'm having the same problem as many seem to have reported
(currently with RC3) and it's driving me mad. I'm running multiproject:site
and I've enabled -verbose:gc with a max heap-size of 1024meg and just before
I get the OutOfMemory error GC reports only using 80meg - how can that be?
You're out of luck Matt. This issue arises from problems in Jelly, and was deemed "not worth fixing" by the powers that be. Just wait a year or so for m2 catching up with functionality.
As for workarounds, you can start a multiproject build (to generate main docs), wait for it to crash, then build the sites of the remaining projects manually, lastly, copy over all of the generated site docs into the main multiproject docs. You can write a shell script/batch file to automate that.
Another possible workaround is hacking the xdoc plugin to spawn a separate vm for doing the xdoc -> html transformations. I think that somebody wrote he's doing it this way, but I haven't seen the code.
Rafal
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
