From 286940b8550ca41440196ac2ebd1e2d1fbd83821 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Jan 2020 15:12:03 -0500 Subject: Update sonar configuration policy/parent now has the configuration don't need to evaluate packages and testsuites Issue-ID: POLICY-2321 Change-Id: I957e0d69845afa2fed5907ab3edd8dcf69596a0e Signed-off-by: Pamela Dragosh --- pom.xml | 69 ----------------------------------------------------------------- 1 file changed, 69 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 631f7cdf..7367673b 100644 --- a/pom.xml +++ b/pom.xml @@ -39,11 +39,6 @@ This code implements the XACML PDP engine - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports 1.6.2-SNAPSHOT 2.2.1-SNAPSHOT @@ -128,32 +123,6 @@ - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - maven-checkstyle-plugin @@ -193,44 +162,6 @@ - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - org.eclipse.m2e lifecycle-mapping -- cgit 1.2.3-korg