diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-02-16 17:54:44 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2020-02-16 17:54:44 +0200 |
commit | 0aae60b7882b816a6a7e32d4a91339935d61ff6b (patch) | |
tree | 97c9d20c2e8da149dda89c0baae80e47a68e9c73 | |
parent | 8d66fe815808883f383270eed43fb699c7449631 (diff) |
Move Jacoco to xml
Change-Id: Ibff41177baa5fb2f49c166f14f6f3edfa53d1ea8
Issue-ID: SDC-2740
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -44,15 +44,14 @@ <jetty.version>9.4.18.v20190429</jetty.version> <bean-matchers.version>0.11</bean-matchers.version> - - <!--<sonar.skipDesign>true</sonar.skipDesign>--> - <!--<sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>--> - <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath> <nexus.proxy>https://nexus.onap.org</nexus.proxy> <sitePath>/content/sites/site/org/onap/sdc/sdc-distribution-client/${project.version}</sitePath> <snapshots.path>snapshots</snapshots.path> <releases.path>releases</releases.path> <!-- Sonar properties --> + <sonar.coverage.jacoco.xmlReportPaths> + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> <sonar.skipDesign>true</sonar.skipDesign> <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> |