|
|
|
This seems to be a limit in the SAX parser. The error happens when there are a lot of entities like & and such in the file being parsed. I got around this one by specifying an explicit value for this limit on the command line
mvn site -DentityExpansionLimit=100000 When doing that, I only got issues for MNG - not any other project. So that may have been a glitch in codehaus JIRA at that time. However, I have not been successful in doing this programatically in the plugin. You can set properties on the parser, but I don't know the correct id for the property. I have documented a work-around in the FAQ.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
http://jira.codehaus.org/secure/BrowseProject.jspa?pid=10500
(I had been using http://jira.codehaus.org/browse/MNG
)