From 6ca10bdfb54f18b68fb9f368274f4d08c03099fb Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 24 Feb 2020 15:23:37 -0500 Subject: Fix Sonar Jenkins job Updated pom.xmls of modules that do not contain 'src/main' directory to skip Sonar scan. This allows Sonar scan to complete for the rest of CDS. Need to revisit these modules to see whether they should really be skipped or if sonar properties (e.g. sonar.sources) should instead be tailored. Issue-ID: CCSDK-2116 Signed-off-by: Dan Timoney Change-Id: I8b0237886e357a0188633f007dc97cf6e725fa53 --- components/model-catalog/blueprint-model/test-blueprint/pom.xml | 4 ++++ ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml | 4 ++++ ms/py-executor/pom.xml | 1 + 3 files changed, 9 insertions(+) diff --git a/components/model-catalog/blueprint-model/test-blueprint/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/pom.xml index f9dab0227..3b44eb105 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/pom.xml @@ -35,4 +35,8 @@ capability_cli resource-audit + + + true + diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml index b208cbda5..1e90cca76 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml @@ -28,6 +28,10 @@ Controller Blueprints Proto Controller Blueprints Proto + + true + + com.github.marcoferrer.krotoplus diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml index 9ede1b21b..5c8ac17cf 100644 --- a/ms/py-executor/pom.xml +++ b/ms/py-executor/pom.xml @@ -36,6 +36,7 @@ ${project.version} ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' + true -- cgit 1.2.3-korg