diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2018-08-08 15:40:46 +0300 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-08-09 11:35:02 +0000 |
commit | 806d077a1cbc7b6d6b46e6fc734af35e6ecd8c0e (patch) | |
tree | 6e7dbc33a4a3f78676d8705fb4cc1f3db47104e1 /openecomp-be/pom.xml | |
parent | 2878793cf42c65717298e276c40d88ab195dac6e (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 'openecomp-be/pom.xml')
-rw-r--r-- | openecomp-be/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml index e93576a803..b603499d5e 100644 --- a/openecomp-be/pom.xml +++ b/openecomp-be/pom.xml @@ -255,9 +255,9 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>${jacoco.version}</version> <executions> <execution> + <id>default-prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> |