diff options
author | Stavros Kanarakis <stavros.kanarakis@nokia.com> | 2020-03-11 15:50:14 +0200 |
---|---|---|
committer | Stavros Kanarakis <stavros.kanarakis@nokia.com> | 2020-03-11 15:50:14 +0200 |
commit | 0ac37dcd3ea0090fab6cce9bf59a56577315c582 (patch) | |
tree | 286d722155b5f17d13e93550b93a28989156b83e /components | |
parent | e3af8756290c63531b632eb5da5587f410bdb627 (diff) |
Fix Sonar-Cloud issue for BBS-ep
Change-Id: I32e33be0d68412f6edb4086fe76886fdc0b792fa
Issue-ID: DCAEGEN2-2105
Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
Diffstat (limited to 'components')
-rw-r--r-- | components/bbs-event-processor/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml index 84914448..36e28186 100644 --- a/components/bbs-event-processor/pom.xml +++ b/components/bbs-event-processor/pom.xml @@ -41,6 +41,9 @@ <dependency.dir.location>${project.build.directory}/${dependency.dir.name}</dependency.dir.location> <docker.image.name>onap/${project.groupId}.${project.artifactId}</docker.image.name> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> + <sonar.coverage.jacoco.xmlReportPaths> + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> </properties> <dependencyManagement> |