aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-01-22 11:10:01 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-01-22 11:15:16 -0500
commit34efd97cdb8c964b6207da965a2f70622e091ab5 (patch)
treed19e6ae8374ef141233a39c9e10c06a857da4d93 /plugins
parentb830606fbb6d76757f4b3c66e612a7f0f4dee331 (diff)
Finish sonar config update
Now that JDK11 upgrade done, policy/parent has the right parameters defined. Cleaned up and made sure only one .exec file being generated. Issue-ID: POLICY-2321 Change-Id: I058119982e56bc5c111ba3f2fe44079be97fd889 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/pom.xml b/plugins/pom.xml
index a9225f70..d8de5629 100644
--- a/plugins/pom.xml
+++ b/plugins/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.
@@ -26,11 +27,15 @@
</parent>
<artifactId>plugins</artifactId>
-
+
<name>${project.artifactId}</name>
<description>The module of Policy Distribution that holds plugins for custom policy reception and forwarding.</description>
<packaging>pom</packaging>
-
+
+ <properties>
+ <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+ </properties>
+
<modules>
<module>forwarding-plugins</module>
<module>reception-plugins</module>