Entity Expansion Limit in Maven

When using maven to generate a multi project I’ve run into an error where it says that it reached the “entity expansion limit” of 64,000. This appears to be coming from the SAX parser which is validating all the HTML pages. I’ve looked for a way to turn this parsing off, but so far I’ve been unable to find a way to do it. Launching Maven like:

maven multiproject:site -DentityExpansion=10000000

Seems to solve the issue.

About 

Leave a Reply

Your email address will not be published. Required fields are marked *