From 858b2240c88cc197df395dafad71776e8ddf0cb0 Mon Sep 17 00:00:00 2001 From: Ravi Geda Date: Wed, 2 May 2018 18:27:11 +0100 Subject: [PATCH] Remove jacoco config in the pom Change-Id: Icf875d4d6ec701199f96b4a0e5bf3e063bcb4a04 Issue-ID: AAI-1120 Signed-off-by: Ravi Geda --- pom.xml | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/pom.xml b/pom.xml index b48ca95..7995981 100644 --- a/pom.xml +++ b/pom.xml @@ -39,16 +39,8 @@ limitations under the License. ${basedir}/target https://nexus.onap.org - workstation DEV - - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - false - ${project.version} 1.3 @@ -378,7 +370,6 @@ limitations under the License. - org.apache.maven.plugins maven-site-plugin @@ -408,34 +399,6 @@ limitations under the License. true - - - org.codehaus.mojo - sonar-maven-plugin - 3.2 - - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - - - jacoco-initialize-unit-tests - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - - org.springframework.boot spring-boot-maven-plugin -- 2.16.6