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 ++++ 1 file changed, 4 insertions(+) (limited to 'components') 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 + -- cgit 1.2.3-korg