diff options
Diffstat (limited to 'capabilities/pom.xml')
-rw-r--r-- | capabilities/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/capabilities/pom.xml b/capabilities/pom.xml index 0e9a8cb8..1d1e290c 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2020 AT&T Intellectual Property. 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. @@ -31,6 +32,11 @@ <description>Properties</description> <packaging>jar</packaging> + <properties> + <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. --> + <sonar.skip>true</sonar.skip> + </properties> + <build> <pluginManagement> <plugins> |