From 0dde9f007be609db391715b15f3dd6c855e2c3d8 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Jan 2020 14:24:20 -0500 Subject: [PATCH] Update sonar config Skip module that doesn't have code. parent now defines the plugins, no need to duplicate that. Issue-ID: POLICY-2321 Change-Id: I84a161781cc0b44ba8d328ff5fb269855fcc4b36 Signed-off-by: Pamela Dragosh --- models-examples/pom.xml | 5 ++++ pom.xml | 71 ------------------------------------------------- 2 files changed, 5 insertions(+), 71 deletions(-) diff --git a/models-examples/pom.xml b/models-examples/pom.xml index e9d31b1ee..d250e5d8d 100644 --- a/models-examples/pom.xml +++ b/models-examples/pom.xml @@ -31,4 +31,9 @@ ${project.artifactId} Various examples of policy type and policy models in various formats + + + + true + diff --git a/pom.xml b/pom.xml index dfe5613a6..7aa780f07 100644 --- a/pom.xml +++ b/pom.xml @@ -41,13 +41,6 @@ 10.13.1.1 2.1.1 - - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - 1.6.2-SNAPSHOT @@ -217,32 +210,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 @@ -281,44 +248,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 -- 2.16.6