From acdab556040f3b4fa67ef582076ccdb054b642bf Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sun, 9 Jul 2017 10:19:38 +0200 Subject: [PATCH] #1196 Use dedicated property name for the jacoco argument line and have an empty property in order to work with Netbeans --- processor/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/processor/pom.xml b/processor/pom.xml index a45ec6a9d..ab7ae83a7 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -35,6 +35,9 @@ ${project.build.directory}/generated-sources/prims + + @@ -149,7 +152,9 @@ - @{argLine} -Xms1024m -Xmx3072m + + @{jacocoArgLine} -Xms1024m -Xmx3072m @@ -308,6 +313,9 @@ + + jacocoArgLine + org.apache.maven.plugins