summaryrefslogtreecommitdiffstats
path: root/components/bbs-event-processor
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-02-11 22:31:00 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-02-11 22:31:04 +0000
commitbd620f2f55d10fc256efeae8429947ce29337afb (patch)
treea39e03f8871226bb7235be4d0dcc20b096e9bb3f /components/bbs-event-processor
parentf49a25b85b689f155f77008681fba9a42f1d6080 (diff)
fix sonarcloud issues
Change-Id: Ie2af89b8789369654d08cf76133b27583b4228c1 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2065
Diffstat (limited to 'components/bbs-event-processor')
-rw-r--r--components/bbs-event-processor/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml
index 5e89971a..85c8cf46 100644
--- a/components/bbs-event-processor/pom.xml
+++ b/components/bbs-event-processor/pom.xml
@@ -42,6 +42,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>