[QFJ-844] Upgrade maven-compiler plugin and add more memory to the compiler Created: 11/May/15  Updated: 21/Jul/15  Resolved: 14/May/15

Status: Closed
Project: QuickFIX/J
Component/s: Build
Affects Version/s: None
Fix Version/s: 1.6.1

Type: Other Priority: Minor
Reporter: ManuReno Assignee: ManuReno
Resolution: Fixed Votes: 0
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>


Generated at Sun May 05 00:07:37 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.