summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2020-02-08 02:53:36 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-08 02:53:36 +0000
commit4ae4c72f031755212369c116396fcb8b2c993b64 (patch)
tree64d56fceafbc02a6b546c328a2043675a5607aca
parent9def13c3a12b50f1cc210895b5d4370be2a2b23e (diff)
parent8b1e7d296e1c5340645d242265cb754b0fa0a116 (diff)
Merge "sonarcloud support"
-rw-r--r--eelf-logger/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/eelf-logger/pom.xml b/eelf-logger/pom.xml
index d5bed07..7424c99 100644
--- a/eelf-logger/pom.xml
+++ b/eelf-logger/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ ================================================================================
- ~ Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+ ~ Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved.
~ ================================================================================
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -88,6 +88,7 @@
<skip.integration.tests>true</skip.integration.tests>
<pmd.violation.buildfail>true</pmd.violation.buildfail>
<findbugs.failOnError>true</findbugs.failOnError>
+ <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>