Move jacoco-maven-plugin configuration to the parent POM

pull/48/head
Graham 5 years ago
parent c56d22ce67
commit ee0f8835b6
  1. 22
      pom.xml

@ -161,24 +161,6 @@
<release>12</release>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
@ -227,10 +209,6 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>

Loading…
Cancel
Save