summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-08-08 15:40:46 +0300
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-08-09 11:35:02 +0000
commit806d077a1cbc7b6d6b46e6fc734af35e6ecd8c0e (patch)
tree6e7dbc33a4a3f78676d8705fb4cc1f3db47104e1 /pom.xml
parent2878793cf42c65717298e276c40d88ab195dac6e (diff)
Improved JaCoCo configuration
Declared JaCoCo Maven plugin under dependencyManagement to avoid conflicting versions. Change-Id: I11f3b575d6b3b34733e8f4379b9ba6b4bf4ba39b Issue-ID: SDC-1596 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5f4326e572..694bdd3f25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,11 @@
<build>
<pluginManagement>
<plugins>
-
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>0.8.1</version>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
@@ -266,7 +270,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.1</version>
<executions>
<execution>
<id>default-prepare-agent</id>