summaryrefslogtreecommitdiffstats
path: root/cadi/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cadi/core/pom.xml')
-rw-r--r--cadi/core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml
index 93d5a8f6..2412651e 100644
--- a/cadi/core/pom.xml
+++ b/cadi/core/pom.xml
@@ -30,8 +30,8 @@
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<!-- Default Sonar configuration -->
- <sonar.jacoco.reportPath>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
- <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
+ <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths>
+ <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths>
<!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->
<sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
<nexusproxy>https://nexus.onap.org</nexusproxy>