From f39e950f1d58a6e666a747a552693f7b8c1a8be7 Mon Sep 17 00:00:00 2001 From: Dominic Lunanuova Date: Mon, 16 Mar 2020 15:55:00 +0000 Subject: [PATCH] New Sonar settings Issue-ID: DMAAP-1408 Signed-off-by: Dominic Lunanuova Change-Id: I13b332e8e0368c4cbae3cb33f33382561548e2b2 --- pom.xml | 42 +++++++++++++++++++++++++++++++----------- version.properties | 2 +- 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 7328dbb..79f68a4 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.oparent oparent - 2.0.0 + 2.1.0 @@ -190,6 +190,29 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + + @@ -420,21 +443,18 @@ UTF-8 9.4.24.v20191120 1.0.0 - 2.0.2-SNAPSHOT + 2.0.3-SNAPSHOT 4.12 - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - + java + false + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version} **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - /content/sites/site/org/onap/dmaap/buscontroller/${artifact.version} + /content/sites/site/org/onap/dmaap/buscontroller/${artifact.version}/${project.version} https://nexus.onap.org Data Movement as a Platform (DMaaP) Bus Controller provides a REST API for other DCAE infrastructure components to provision DMaaP resources. A DMaaP resource is a Data Router Feed or a Message Router Topic, and their associated publishers and subscribers. diff --git a/version.properties b/version.properties index 8d3835e..b535a9b 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6