From 5678b09ff22352b774914451860b24b2cb9fc770 Mon Sep 17 00:00:00 2001 From: jitendra sharma Date: Fri, 21 Feb 2020 11:34:30 +0000 Subject: SonarCloud migration from SonarQube Issue-ID: CLI-250 Signed-off-by: jitendra sharma Change-Id: I02713cd1beeb70aac55f34bc8545ae2e222ff2d7 --- grpc/grpc-client/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'grpc/grpc-client') diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml index 71c1d4b8..8cfc2191 100644 --- a/grpc/grpc-client/pom.xml +++ b/grpc/grpc-client/pom.xml @@ -23,6 +23,16 @@ oclip-grpc-client oclip/grpc/client jar + + + UTF-8 + java + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + true + ${project.version} + reuseReports + org.onap.cli @@ -43,6 +53,29 @@ + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + org.apache.maven.plugins maven-jar-plugin -- cgit