Uploaded image for project: 'QuickFIX/J'
  1. QuickFIX/J
  2. QFJ-844

Upgrade maven-compiler plugin and add more memory to the compiler

    Details

    • Type: Other
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.6.1
    • Component/s: Build
    • Labels:
      None
    • Environment:
      apache-maven-3.2.2 jdk1.7.0_65 windows7

      Description

      quickfixj-core module compilation run out of memory and doesn't complete on my environment.
      Adding more memory to the compiler at th pom level seems to solve the issue :

      <plugin>
      <artifactId>maven-compiler-plugin</artifactId>
      <version>3.3</version>
      <configuration>
      <fork>true</fork>
      <meminitial>128m</meminitial>
      <maxmem>512m</maxmem>
      <source>$

      {jdkLevel}</source>
      <target>${jdkLevel}

      </target>
      </configuration>
      </plugin>

        Attachments

          Activity

            People

            • Assignee:
              manureno ManuReno
              Reporter:
              manureno ManuReno
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: