From 352ec8d5b2d1086159d84110f1450f21f1f7113b Mon Sep 17 00:00:00 2001 From: tastybento Date: Thu, 9 Feb 2023 16:55:44 -0800 Subject: [PATCH] Fix Jacoco POM entry to enable code scanning --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ca037d1..ea0a398 100644 --- a/pom.xml +++ b/pom.xml @@ -312,7 +312,7 @@ org.jacoco jacoco-maven-plugin - 0.8.3 + 0.8.7 true @@ -323,16 +323,21 @@ - pre-unit-test + prepare-agent prepare-agent - post-unit-test + report report + + + XML + +