summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-02-11 21:43:05 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-02-11 21:43:17 +0000
commit0d6c72274bb8d80aa7740ecd95f0968b7cc5249c (patch)
tree912ca7e73f5012c52ec6e2e792a68b5f0855a32b
parent4b60ffca2962cd959df20c2640a41522611ef9aa (diff)
fix sonarcloud issues6.0.0-ONAPfrankfurt
Change-Id: Ie09db7430a8b50b23bc4941b0587acd6019eff16 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2065
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d8e5547..98664b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,9 @@ limitations under the License.
<releases.path>content/repositories/releases/</releases.path>
<site.path>content/sites/site/org/onap/dcaegen2/collectors/restconf/${project.artifactId}/${project.version}</site.path>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
+ <sonar.coverage.jacoco.xmlReportPaths>
+ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
+ </sonar.coverage.jacoco.xmlReportPaths>
</properties>
<build>
<pluginManagement>