From bcc58481628a9253c74746a8faa6e022b568977d Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Thu, 19 Jun 2025 10:30:57 +0300 Subject: [PATCH] Fix the jacoco aggregate dir config (#2472) Signed-off-by: Avgustin Marinov Co-authored-by: github-actions[bot] --- hawkbit-test-report/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hawkbit-test-report/pom.xml b/hawkbit-test-report/pom.xml index 65acd4810..13846229f 100644 --- a/hawkbit-test-report/pom.xml +++ b/hawkbit-test-report/pom.xml @@ -106,7 +106,6 @@ - org.jacoco jacoco-maven-plugin @@ -118,12 +117,11 @@ report-aggregate - ${jacoco.outputDir}/jacoco-aggregate + ${project.build.directory}/jacoco-aggregate -