[ 
https://jira.codehaus.org/browse/MCHANGES-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=343946#comment-343946
 ] 

Dennis Lundberg commented on MCHANGES-310:
------------------------------------------

Do you have a project that runs into this problem?

If so could you try setting a property in your pom.xml like this, and see if it 
helps:

{code}
<properties>
  <entityExpansionLimit>128000</entityExpansionLimit>
<properties>
{code}


> Set entityExpansionLimit via java code
> --------------------------------------
>
>                 Key: MCHANGES-310
>                 URL: https://jira.codehaus.org/browse/MCHANGES-310
>             Project: Maven 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 was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to