aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-09-01 14:51:43 +0300
committerOfir Sonsino <os0695@intl.att.com>2019-09-01 14:53:25 +0300
commitc99d2a24675e8503e8ed5af578332535ac19e1a8 (patch)
treeb3db30ba2640cb556336902068d1ed697790fd31
parent517e1d7a4729272350268f4e92b6b178bf2cafe2 (diff)
Jacoco fix
Change-Id: I8bdb35cc919815f62caab13737b5e7f8ebde2a16 Issue-ID: SDC-2326 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4786850..64615ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,7 @@
<goal>prepare-agent</goal>
</goals>
<configuration>
+ <argLine>${argLine} -Xmx2048m</argLine>
<destFile>${sonar.jacoco.reportPath}</destFile>
</configuration>
</execution>