aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ri/pom.xml
diff options
context:
space:
mode:
authorClaudio David Gasparini <claudio.gasparini@pantheon.tech>2021-01-13 17:42:25 +0100
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>2021-01-13 17:46:33 +0100
commitdc6f81cf4ce3c42e711f1cd0c6f50000d4e0101d (patch)
tree53186ac81312f4faec2a8aa32c55a21df2197781 /cps-ri/pom.xml
parent68e122191dbf18619e348667980e615c7f16b402 (diff)
Include aggregate xml report on sonar coverage
Issue-ID: CPS-87 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I50de5df1bc79ff22c90a5cbe2f1b143164c8abea
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r--cps-ri/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml
index 89b19d5ff..a43e0cb0e 100644
--- a/cps-ri/pom.xml
+++ b/cps-ri/pom.xml
@@ -8,8 +8,13 @@
<version>0.0.1-SNAPSHOT</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>
+
<artifactId>cps-ri</artifactId>
+ <properties>
+ <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-aggregate/jacoco.xml,${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+ </properties>
+
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>