aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-03-14 16:45:25 -0700
committerChris Donley <christopher.donley@huawei.com>2018-03-14 16:46:43 -0700
commit351bda33bfb243d49b9c43a22fa85e2be4a846f9 (patch)
tree7888c187433bea59e1b00dd62abae558e66773e2
parentc25b50609e9cbf6df61dc2cf54cf86e88e72303d (diff)
Update POM to fix broken build process
Issue-ID: VNFSDK-210 Change-Id: I89e803d3790233b0f891e8454559b6a14cd19de1 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b6f6f37..6c8c77d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2016 GigaSpaces Technologies Ltd. All rights reserved.
+Copyright (c) 2018 Huawei Technologies Co., Ltd. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
@@ -34,7 +35,6 @@ under the License.
<sonar.language>py</sonar.language>
<sonar.pluginName>Python</sonar.pluginName>
<sonar.inclusions>**/*.py</sonar.inclusions>
- <sonar.skip>false</sonar.skip>
</properties>
<build>