diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:31:00 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:31:04 +0000 |
commit | bd620f2f55d10fc256efeae8429947ce29337afb (patch) | |
tree | a39e03f8871226bb7235be4d0dcc20b096e9bb3f /components/datalake-handler | |
parent | f49a25b85b689f155f77008681fba9a42f1d6080 (diff) |
fix sonarcloud issues
Change-Id: Ie2af89b8789369654d08cf76133b27583b4228c1
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-2065
Diffstat (limited to 'components/datalake-handler')
-rw-r--r-- | components/datalake-handler/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/datalake-handler/pom.xml b/components/datalake-handler/pom.xml index 103a1eb5..d244806a 100644 --- a/components/datalake-handler/pom.xml +++ b/components/datalake-handler/pom.xml @@ -36,6 +36,9 @@ <elasticsearchjava.version>7.1.1</elasticsearchjava.version> <hadoop.version>3.2.0</hadoop.version> + <sonar.coverage.jacoco.xmlReportPaths> + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> </properties> <dependencyManagement> |