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) --- pom.xml | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3f46cef1..74567657 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.onap.portal onap-portal-parent @@ -34,19 +34,8 @@ 1.0.0 UTF-8 UTF-8 - java - jacoco - true - ${project.build.directory}/surefire-reports - ${project.basedir}/target/jacoco.exec - ${project.basedir}/target/it-jacoco.exec - true - ${project.version} - true - ${project.basedir} - **/scripts/**/*,**.js - **/test/**/*,**/tests/**/* - + **/scripts/**/*,**.js + **/test/**/*,**/tests/**/*