diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:07:14 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:07:18 +0000 |
commit | 8d6fec35a2c710105da6ea8f0b732b786b4ff1e3 (patch) | |
tree | 3331ecff62c873591cde04f4c813061c08f1cb76 | |
parent | 485c290eea31082bf3e1508c4c08d571c1d71a3f (diff) |
fix sonarcloud issues
Change-Id: I93c57eb30194cacd998d41a3b59f72214721b71b
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-2065
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ <springfox.version>2.9.2</springfox.version> <immutables.version>2.7.5</immutables.version> <sdk.version>1.3.4</sdk.version> + <sonar.coverage.jacoco.xmlReportPaths> + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> </properties> <modules> |