From e0734cbb649157811a8a00dbb8e2dad2cbe28782 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Fri, 7 Feb 2020 04:56:32 +0000 Subject: sonarcloud support Change-Id: Ie39df76703d6eb37f6826faa73f9e1a2371a5a64 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-2065 --- mod/genprocessor/pom.xml | 2 ++ mod/runtimeapi/pom.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mod/genprocessor/pom.xml b/mod/genprocessor/pom.xml index 0aed60a..a784ec5 100644 --- a/mod/genprocessor/pom.xml +++ b/mod/genprocessor/pom.xml @@ -39,6 +39,8 @@ limitations under the License. 1.9.2 0.32.0 + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml index 045f28e..e951d94 100644 --- a/mod/runtimeapi/pom.xml +++ b/mod/runtimeapi/pom.xml @@ -38,6 +38,8 @@ limitations under the License. true 1.8 yyyyMMdd'T'HHmmss + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + -- cgit 1.2.3-korg