aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-08-27 18:48:57 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-27 18:48:57 +0000
commit0f439087dec9680c3564d2639de39cd04436f38e (patch)
tree4708887498e929da15dab1c2c42479304e6cf252
parent54426584a02e6fbfec5f7685c92e1a3fde62309f (diff)
parent9243209a1f20141d31c4e836a04e76d6f4274a5a (diff)
Merge "Fix sonar build"
-rw-r--r--ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml
index d40f0e064..a3361acde 100644
--- a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml
+++ b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml
@@ -26,6 +26,10 @@
<name>Blueprints Designer API</name>
<description>Blueprints Designer API</description>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>