Browse Source

DATAJDBC-419 - Inherit Jacoco configuration from parent pom.

pull/174/head
Mark Paluch 6 years ago
parent
commit
0069cc7f07
  1. 22
      pom.xml

22
pom.xml

@ -193,28 +193,6 @@ @@ -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>

Loading…
Cancel
Save