From 61a9917dbab9bfdcc2191b3bf90522f10127d1ff Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 16 Jan 2020 12:06:43 -0500 Subject: Update sonar config Get rid of deprecated sonar settings, exclude sub-module that doesn't have code, and ensure there is a single jacoco-ut.exec file created. Issue-ID: POLICY-2321 Change-Id: I05d1c0e4d599aff7c6ad0fec39ff1220cdb9a72d Signed-off-by: Pamela Dragosh --- pom.xml | 74 ----------------------------------------------------------------- 1 file changed, 74 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0181dca2f..a0edf4562 100644 --- a/pom.xml +++ b/pom.xml @@ -44,13 +44,6 @@ content/repositories/snapshots/ content/repositories/staging/ - - - ${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 @@ -59,32 +52,6 @@ - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - org.apache.maven.plugins maven-deploy-plugin @@ -151,47 +118,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