diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-15 10:07:10 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-15 10:07:18 -0500 |
commit | 55232f5aba68ff14be9f85b90337b883e2be6f6d (patch) | |
tree | 03a454962f118580d82bf7e870590ca257ee7d00 /packages/pom.xml | |
parent | 956a7b52188918f0f2d301a06bf0a2e31249168f (diff) |
Update sonar config
Use parent configuration - exclude non-code sub-modules.
Issue-ID: POLICY-2321
Change-Id: If0219d492761f34341d41815684ff91b81064263
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index b7f1cfba..267f02dd 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017, 2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017, 2019-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -31,6 +31,12 @@ <packaging>pom</packaging> <name>Policy Packages</name> <description>ONAP Policy Drools PDP Installation Packages</description> + + <properties> + <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. --> + <sonar.skip>true</sonar.skip> + </properties> + <profiles> <profile> <id>default</id> |