diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-25 20:14:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-25 20:14:20 +0000 |
commit | 2ef7909fd0b9d12a7fe1619639e787c5ee0cf4c3 (patch) | |
tree | 8410b10adc37abcfc11e7191ca6ad1030b816e22 /components/model-catalog | |
parent | dffb358f81f2816a931dca067f47bd49823ac5bc (diff) | |
parent | 6ca10bdfb54f18b68fb9f368274f4d08c03099fb (diff) |
Merge "Fix Sonar Jenkins job"
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> |