diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-09-01 14:51:43 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2019-09-01 14:53:25 +0300 |
commit | c99d2a24675e8503e8ed5af578332535ac19e1a8 (patch) | |
tree | b3db30ba2640cb556336902068d1ed697790fd31 /pom.xml | |
parent | 517e1d7a4729272350268f4e92b6b178bf2cafe2 (diff) |
Jacoco fix
Change-Id: I8bdb35cc919815f62caab13737b5e7f8ebde2a16
Issue-ID: SDC-2326
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ <goal>prepare-agent</goal> </goals> <configuration> + <argLine>${argLine} -Xmx2048m</argLine> <destFile>${sonar.jacoco.reportPath}</destFile> </configuration> </execution> |