Entity Expansion Limit in Maven

by Mark Shead on July 3, 2005

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.

People Found This When Looking For:

  • DentityExpansions (3)
  • entityExpansionLimit (2)
  • eclipse entityExpansionLimit (2)
  • entity expansion limit (2)
  • SAX expansion (1)
  • sax parser entity 64 000 limit (1)
  • SAX parser entity expansion (1)
  • sax parser entity expansion limit (1)
  • add entitityExpansionlimit in eclipse (1)
  • sax parser expansion limit (1)

Leave a Comment

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Previous post:

Next post: