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/py-executor/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'ms/py-executor') 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