Add the workaround for Travis in the processor pom

This commit is contained in:
Filip Hrisafov 2017-04-23 13:23:15 +02:00
parent 63689e67a0
commit 25401794b0

View File

@ -146,7 +146,7 @@
<configuration>
<!-- to get jacoco report we need to set argLine in surefire,
without this snippet the jacoco argLine is lost -->
<argLine>@{argLine}</argLine>
<argLine>@{argLine} -Xms1024m -Xmx3072m</argLine>
</configuration>
</plugin>
<plugin>