Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-521

Maven Apt Plugin should support minmemory and maxmemory when fork=true

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0.15, 1.5.0
    • Maven Apt Plugin
    • None

    Description

      Large projects may require more memory to compile / apt than the default of jvm.

      Similar to the maven-compiler-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>

      Attachments

        Activity

          People

            bommel Bernd Bohmann
            sperry Daniel Sperry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: