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 ++++++++++++++++++++++++++++++ profiles/http/pom.xml | 30 ++++++++++++++++++++++++++++++ profiles/snmp/pom.xml | 30 ++++++++++++++++++++++++++++++ 3 files changed, 90 insertions(+) (limited to 'profiles') 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 diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 9268895d..73223a97 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/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 @@ -116,6 +123,29 @@ Excluded commons-codec vulnerable version and added invulnerable version + + + 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 diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 1dcaa59a..ba59cf8d 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/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