louis verderber created MCHANGES-310:
----------------------------------------

             Summary: Set entityExpansionLimit via java code
                 Key: MCHANGES-310
                 URL: https://jira.codehaus.org/browse/MCHANGES-310
             Project: Maven 2.x Changes Plugin
          Issue Type: Sub-task
            Reporter: louis verderber
         Attachments: Screen Shot 2013-06-12 at 2.32.11 PM.png

The page at http://maven.apache.org/plugins/maven-changes-plugin/faq.html says 
to reopen MCHANGES-75 if we know of a way to set entityExpansionLimit via java 
(replace the argument -DentityExpansionLimit=128000)... 
Will the following not work?
{code}
System.setProperty("entityExpansionLimit", "128000");  
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to