aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop
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 /controlloop
parent1d488ba498750235f26a957a7cd31ce12a1d3518 (diff)
parent61a9917dbab9bfdcc2191b3bf90522f10127d1ff (diff)
Merge "Update sonar config"
Diffstat (limited to 'controlloop')
-rw-r--r--controlloop/pom.xml12
1 files changed, 9 insertions, 3 deletions
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 @@
<artifactId>drools-applications</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>
+
<groupId>org.onap.policy.drools-applications.controlloop</groupId>
<artifactId>controlloop</artifactId>
+
+ <properties>
+ <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+ </properties>
+
<modules>
<module>common</module>
<module>templates</module>