From 61a9917dbab9bfdcc2191b3bf90522f10127d1ff Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 16 Jan 2020 12:06:43 -0500 Subject: Update sonar config Get rid of deprecated sonar settings, exclude sub-module that doesn't have code, and ensure there is a single jacoco-ut.exec file created. Issue-ID: POLICY-2321 Change-Id: I05d1c0e4d599aff7c6ad0fec39ff1220cdb9a72d Signed-off-by: Pamela Dragosh --- controlloop/pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'controlloop') diff --git a/controlloop/pom.xml b/controlloop/pom.xml index b2a73b9c3..e99845eee 100644 --- a/controlloop/pom.xml +++ b/controlloop/pom.xml @@ -2,14 +2,14 @@ ============LICENSE_START======================================================= drools-applications ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017, 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. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -26,8 +26,14 @@ drools-applications 1.6.0-SNAPSHOT + org.onap.policy.drools-applications.controlloop controlloop + + + ${project.basedir}/../../../target/code-coverage/jacoco-ut.exec + + common templates -- cgit 1.2.3-korg