Maven Apt Plugin should support maxmem and meminitial when fork=true
--------------------------------------------------------------------
Key: TOBAGO-521
URL: https://issues.apache.org/jira/browse/TOBAGO-521
Project: MyFaces Tobago
Issue Type: New Feature
Components: Maven Apt Plugin
Reporter: Daniel Sperry
Large projects may require more memory to compile / apt than the default of jvm.
Similar to the build-helper-maven-plugin, the maven-apt-plugin should support
"maxmem" and "meminitial" options when fork=true
Example:
<configuration>
<fork>true</fork>
<meminitial>128m</meminitial>
<maxmem>1024m</maxmem>
</configuration>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.