From: Alexis de Talhouët Date: Thu, 3 Jan 2019 21:53:40 +0000 (-0500) Subject: Add Sonar Kotlin support X-Git-Tag: 0.4.2~162^2~88 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=79ac5f0ea1349c98fa5db3db10a1798fb31c8772;p=ccsdk%2Fcds.git Add Sonar Kotlin support Rework parent pom so configuration can be inherited for all modules from root ccsdk-apps/pom.xml. Also updated some pom description so it is better presented within Sonar. These commands can be used locally to publish report to Sonar: mvn clean install -e -Dsonar mvn sonar:sonar -e -Dsonar -Dsonar.host.url=https://sonar.onap.org Note: kotlin code coverage is not fully functional due to https://github.com/jacoco/jacoco/issues/763 That issue has been fixed in jacoco master branch, but hasn't been released. Once released, in version 0.8.3, we can override version of jacoco plugin for ccsdk-apps. Change-Id: Ic382a4d0df9d14a82536993d2dfa55d7f105f951 Issue-ID: CCSDK-725 Signed-off-by: Alexis de Talhouët --- diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index e4f8c8444..6a560be2f 100644 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -27,8 +27,8 @@ 4.0.0 pom functions - Blueprints Processor Functions POM - Blueprints Processor Functions POM + Blueprints Processor Functions + Blueprints Processor Functions resource-resolution python-executor diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index 0230cd7e5..f0de54f5f 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -28,7 +28,7 @@ modules pom - Blueprints Processor Modules POM + Blueprints Processor Modules Blueprints Processor Modules diff --git a/ms/blueprintsprocessor/pom.xml b/ms/blueprintsprocessor/pom.xml index 4e119b773..c6840b4ac 100644 --- a/ms/blueprintsprocessor/pom.xml +++ b/ms/blueprintsprocessor/pom.xml @@ -20,13 +20,13 @@ 4.0.0 org.onap.ccsdk.apps - ccsdk-apps + ccsdk-apps-ms 0.4.0-SNAPSHOT blueprintsprocessor pom - Blueprints Processor POM - Blueprints Processor POM + Blueprints Processor Root + Blueprints Processor Root BlueprintsProcessor