diff options
Diffstat (limited to 'cps-rest')
-rwxr-xr-x | cps-rest/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index f2f643ac23..4d4e091e07 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -11,6 +11,10 @@ <artifactId>cps-rest</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>
|