From 40483cec64275e908c498309503cb17fbbd81c7a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 20 Jan 2020 07:55:10 -0500 Subject: First update sonar This is still pointing to old oparent, so only making the minor change. Note, I could not test this locally because the JUnits fail. Once Ali's review is merged I will make the final cleanup. Issue-ID: POLICY-2321 Change-Id: Idcd7633fc2fdbeaede8b24aab5dcd5437632da2f Signed-off-by: Pamela Dragosh --- pom.xml | 74 ++--------------------------------------------------------------- 1 file changed, 2 insertions(+), 72 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 893a2fcce..895e6affb 100644 --- a/pom.xml +++ b/pom.xml @@ -46,12 +46,8 @@ content/repositories/snapshots/ content/repositories/staging/ - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 4.3.24.RELEASE @@ -174,32 +170,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 @@ -268,46 +238,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