From 0e409b92b3780870a571a19e1db64d95fc66a559 Mon Sep 17 00:00:00 2001 From: lprimak Date: Sat, 7 Dec 2024 15:35:51 -0600 Subject: [PATCH] chore(jacoco): merge report --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d4f5c7ab8..d2669c060 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,6 @@ ${user.name}-${maven.build.timestamp} 2022-03-22T23:08:15Z true - ${root.dir}/target/jacoco.exec @@ -685,9 +684,15 @@ org/apache/shiro/**/Deployments jacocoAgent - ${jacocoOutputFile} - ${jacocoOutputFile} ${root.dir}/target/classes + + + ${project.basedir} + + **/*.exec + + +