diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:05:48 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:05:52 +0000 |
commit | b788d2dd0f564714f5b8216e118cd85bf23f5413 (patch) | |
tree | 45726e7be4abec4bb1875c77fbc9f0ff7c1e21b0 | |
parent | 9bcc8d9dd3bf60ed9387e5929594d39409020a9f (diff) |
fix sonarcloud issues1.3.0
Change-Id: I91ca1c35aac746a176c9ab3aab520728edc01bb7
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
@@ -74,6 +74,9 @@ <maven-compiler-plugin.version>2.19.1</maven-compiler-plugin.version> <docker-maven-plugin.version>1.1.1</docker-maven-plugin.version> <git-commit-id-plugin.version>2.2.4</git-commit-id-plugin.version> + <sonar.coverage.jacoco.xmlReportPaths> + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> </properties> <dependencyManagement> |