summaryrefslogtreecommitdiffstats
path: root/testsuites/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2020-01-16 17:37:39 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-16 17:37:39 +0000
commit887a37c04112fc1613506eb1c6e91bb7bf4abfd2 (patch)
tree573c5b37b81bb5eedd5daba985e3fc911b847639 /testsuites/pom.xml
parent1d488ba498750235f26a957a7cd31ce12a1d3518 (diff)
parent61a9917dbab9bfdcc2191b3bf90522f10127d1ff (diff)
Merge "Update sonar config"
Diffstat (limited to 'testsuites/pom.xml')
-rw-r--r--testsuites/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/testsuites/pom.xml b/testsuites/pom.xml
index 33dccf3e6..2a729dfa2 100644
--- a/testsuites/pom.xml
+++ b/testsuites/pom.xml
@@ -3,7 +3,7 @@
testsuites
================================================================================
Copyright (C) 2018 Ericsson. All rights reserved.
- Modifications Copyright (C) 2018 AT&T. All rights reserved.
+ Modifications Copyright (C) 2018, 2020 AT&T. 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.
@@ -27,6 +27,12 @@
</parent>
<artifactId>testsuites</artifactId>
<packaging>pom</packaging>
+
+ <properties>
+ <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. -->
+ <sonar.skip>true</sonar.skip>
+ </properties>
+
<modules>
<module>stability</module>
<module>performance</module>