summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-02-25 20:14:20 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-25 20:14:20 +0000
commit2ef7909fd0b9d12a7fe1619639e787c5ee0cf4c3 (patch)
tree8410b10adc37abcfc11e7191ca6ad1030b816e22 /ms
parentdffb358f81f2816a931dca067f47bd49823ac5bc (diff)
parent6ca10bdfb54f18b68fb9f368274f4d08c03099fb (diff)
Merge "Fix Sonar Jenkins job"
Diffstat (limited to 'ms')
-rw-r--r--ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml4
-rw-r--r--ms/py-executor/pom.xml1
2 files changed, 5 insertions, 0 deletions
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 @@
<name>Controller Blueprints Proto</name>
<description>Controller Blueprints Proto</description>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>com.github.marcoferrer.krotoplus</groupId>
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 @@
<ccsdk.project.version>${project.version}</ccsdk.project.version>
<ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
+ <sonar.skip>true</sonar.skip>
</properties>
<build>