diff options
author | Kotagiri, Ramprasad (rp5662) <rp5662@att.com> | 2020-08-31 16:33:58 -0400 |
---|---|---|
committer | Kotagiri, Ramprasad (rp5662) <rp5662@att.com> | 2020-08-31 17:04:31 -0400 |
commit | a45eb46d8e0cfc228e3d56523c101152821badce (patch) | |
tree | ddee7d28f1993a84022354c737282fb587d4ea43 /pom.xml | |
parent | 47b65efd69c5158d958261846803d2e15adfb448 (diff) |
fix issue with deploying server TLS certificates
Issue-ID: DCAEGEN2-2298
Change-Id: I45cb6684902f7eedfb84a390717bdfb3dd51f746
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ <sonar.exclusions>**/external/**</sonar.exclusions> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> + <sonar.coverage.jacoco.xmlReportPaths> + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> </properties> <modules> |