Skip to content

Commit 6f19ed8

Browse files
author
Dennis Labordus
committed
Jacoco Coverage plugin fix.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 04c5c8a commit 6f19ed8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ SPDX-License-Identifier: Apache-2.0
159159
<profile>
160160
<id>sonar</id>
161161

162+
<properties>
163+
<sonar.coverage.jacoco.xmlReportPaths>target/jacoco-report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
164+
</properties>
165+
162166
<build>
163167
<plugins>
164168
<plugin>

0 commit comments

Comments
 (0)