diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:07:42 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 22:17:13 +0000 |
commit | 3163c846afbeb5e33dea7696b53f55ef50bfbb91 (patch) | |
tree | 6da52bd1718cea4edf352a7299ee17b11037cc01 | |
parent | 06558f18f451ef073e1d06b4e4eba5e68a4c82ea (diff) |
fix sonarcloud issues
Change-Id: I988a1048ae6853115fd11a6cb56ec7abb90a199e
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
@@ -78,6 +78,9 @@ <spring.boot.version>2.2.1.RELEASE</spring.boot.version> <spring.boot.version>2.1.5.RELEASE</spring.boot.version> <system.rules.version>1.17.2</system.rules.version> + <sonar.coverage.jacoco.xmlReportPaths> + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> </properties> <modules> |