DATAJDBC-419 - Inherit Jacoco configuration from parent pom.

This commit is contained in:
Mark Paluch
2019-09-25 11:23:01 +02:00
parent 8feb7fbf71
commit 0069cc7f07

22
pom.xml
View File

@@ -193,28 +193,6 @@
</plugins>
</pluginManagement>
<plugins>
<!--
Jacoco plugin redeclared to make sure it's downloaded and
the agents can be explicitly added to the test executions.
-->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco}</version>
<configuration>
<destFile>${jacoco.destfile}</destFile>
</configuration>
<executions>
<execution>
<id>jacoco-initialize</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>