diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-20 07:55:10 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-20 10:07:32 -0500 |
commit | 40483cec64275e908c498309503cb17fbbd81c7a (patch) | |
tree | 766b5b77b10ca880add6a3bea78cb2398e957d6c /packages | |
parent | c8856ab39a6d8376e6ad700b6acabdc7736c714f (diff) |
First update sonar
This is still pointing to old oparent, so only making the
minor change. Note, I could not test this locally because
the JUnits fail.
Once Ali's review is merged I will make the final cleanup.
Issue-ID: POLICY-2321
Change-Id: Idcd7633fc2fdbeaede8b24aab5dcd5437632da2f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'packages')
-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 f151c90e5..e5bc814cf 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018, 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>D2 ONAP Policy 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> <!-- DO NOT CHANGE THE *ORDER* IN WHICH THESE PROFILES ARE DEFINED! --> <profile> |