pom.xml: remove jacoco configuration from reporting section, so that c56b87d6ef is completely reverted

This commit is contained in:
pascalschumacher 2017-10-11 18:54:14 +02:00
parent 862a0d1ff5
commit 274dbfe81f
1 changed files with 0 additions and 11 deletions

11
pom.xml
View File

@ -703,17 +703,6 @@
<reporting> <reporting>
<plugins> <plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin> <plugin>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>${checkstyle.plugin.version}</version> <version>${checkstyle.plugin.version}</version>