From c5ce81ce38edff2f3b693a1e135ac0c529156ce4 Mon Sep 17 00:00:00 2001 From: Pascal Grimaud Date: Sun, 7 Nov 2021 16:55:28 +0100 Subject: [PATCH] Jacoco: ignore maven wrapper --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6f0f860c38..4f31a77bbbf 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ ${jacoco.version} - **/template/maven/.mvn/wrapper/* + **/template/buildtool/maven/.mvn/wrapper/*