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 --- ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ms/blueprintsprocessor/modules/blueprints/blueprint-proto') 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 -- cgit 1.2.3-korg