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 --- profiles/command/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'profiles/command') diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml index 70eec137..98ecef7a 100644 --- a/profiles/command/pom.xml +++ b/profiles/command/pom.xml @@ -30,6 +30,13 @@ jar UTF-8 + + java + ${project.build.directory}/surefire-reports123 + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + true + ${project.version} + reuseReports @@ -58,6 +65,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-dependency-plugin -- cgit 1.2.3-korg