removed cobertura configuration: it is not in parent any more

This commit is contained in:
Hervé Boutemy 2014-05-13 21:11:49 +02:00
parent c2700f38eb
commit 8a56a16738
1 changed files with 0 additions and 10 deletions

10
pom.xml
View File

@ -600,16 +600,6 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<reportSets>
<reportSet>
<!-- Disabled as it kills the site generation via a NoClassDefFoundError -->
<reports />
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</profile>