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-os/pom.xml | 72 ---------------------------------------------- 1 file changed, 72 deletions(-) (limited to 'ecomp-portal-BE-os/pom.xml') diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml index 7807091c..901f6841 100644 --- a/ecomp-portal-BE-os/pom.xml +++ b/ecomp-portal-BE-os/pom.xml @@ -22,11 +22,6 @@ ${project.artifactId} - - org.codehaus.mojo - sonar-maven-plugin - 3.2 - org.apache.maven.plugins maven-site-plugin @@ -39,73 +34,6 @@ - - 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 maven-surefire-plugin -- cgit 1.2.3-korg