diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-02-07 21:29:37 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-02-07 21:33:17 +0000 |
commit | 8b1e7d296e1c5340645d242265cb754b0fa0a116 (patch) | |
tree | 12a74d8c172c25bbad2bee3e9ba8c2c88dcb2d3d | |
parent | 5cfa2de9371778236c1548a1961413d47abd4eb2 (diff) |
sonarcloud support
Change-Id: I9010ddac17d603952481afcbd0f06fd1c4da9433
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2065
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r-- | eelf-logger/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eelf-logger/pom.xml b/eelf-logger/pom.xml index 8dac573..ad41563 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> |