From 63689e67a01fa845f0c46e023403f2c49148906a Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sun, 23 Apr 2017 13:08:47 +0200 Subject: [PATCH] Make sure that surefire keeps the argline modified by jacoco --- processor/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/processor/pom.xml b/processor/pom.xml index 2a2c9c929..9aa1c3604 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -143,6 +143,11 @@ org.apache.maven.plugins maven-surefire-plugin + + + @{argLine} + org.apache.maven.plugins