diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-24 15:23:37 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-02-25 08:44:06 -0500 |
commit | 6ca10bdfb54f18b68fb9f368274f4d08c03099fb (patch) | |
tree | 1ca9a4fa8f6696cb96c5a0b4640f34ab2428ee77 /components/model-catalog | |
parent | 568ff4d867dd09c087246fe7cc343c1d581e6255 (diff) |
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 <dtimoney@att.com>
Change-Id: I8b0237886e357a0188633f007dc97cf6e725fa53
Diffstat (limited to 'components/model-catalog')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <module>capability_cli</module> <module>resource-audit</module> </modules> + + <properties> + <sonar.skip>true</sonar.skip> + </properties> </project> |