From 3c795555cc129fbc1b0e1c11d4588316b47ad66e Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 2 Oct 2017 11:20:39 -0700 Subject: Enable sonar code coverage with oparent Remove commented-out property sonar.java.binaries. Change-Id: I14f0597e472b387d48abc2cb1e55777a2fa55708 Issue-ID: PORTAL-50 Signed-off-by: Gary Wu Signed-off-by: Christopher Lott (cl778h) --- ecomp-portal-BE-common/pom.xml | 68 ------------------------------------------ 1 file changed, 68 deletions(-) (limited to 'ecomp-portal-BE-common/pom.xml') diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 942680e5..894bb7f8 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -19,69 +19,6 @@ ${project.artifactId} - - org.jacoco - jacoco-maven-plugin - 0.7.6.201602180812 - True - - - - prepare-agent - - prepare-agent - - - false - ${sonar.jacoco.reportPath} - - - - default-instrument - - instrument - - - false - - - - default-restore-instrumented-classes - test - - restore-instrumented-classes - - - false - - - - post-unit-test - test - - report - - - false - ${sonar.jacoco.reportPath} - ${project.basedir}/target/site/jacoco - - - - report-integration - test - - report-integration - - - false - ${sonar.jacoco.itReportPath} - ${project.basedir}/target/site/it-jacoco - - - - - org.apache.maven.plugins @@ -596,11 +533,6 @@ mockito-core 1.8.5 - - org.jacoco - jacoco-maven-plugin - 0.7.6.201602180812 - commons-beanutils -- cgit 1.2.3-korg