From b848262e04d27c57f0fca4391b9bb3af9cf4e276 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Tue, 4 Jun 2024 08:57:18 +0200 Subject: [PATCH] Use default property for the jacoco agent (#154) Always append jacoco execution reports because of multiple m-surefire-p executions (which may all contribute to the coverage) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eeae9dd8..ae4b69a7 100644 --- a/pom.xml +++ b/pom.xml @@ -430,11 +430,11 @@ Bundle-DocURL: http://www.eclipse.org/sisu/ jacoco-maven-plugin 0.8.12 - jacoco.argLine **/asm/* Incomplete* + true