Skip to content
Snippets Groups Projects
Commit ef4a8088 authored by Antoine Rey's avatar Antoine Rey
Browse files

Fix #172 'mvn site' fails with cobertura-maven-plugin version 2.7

parent eac43666
No related branches found
No related tags found
No related merge requests found
......@@ -381,18 +381,18 @@
</build>
<reporting>
<plugins>
<!-- integrate maven-cobertura-plugin to project site -->
<!-- integrate maven-cobertura-plugin to project site -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura.version}</version>
<configuration>
<formats>
<format>html</format>
</formats>
<check/>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>cobertura</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment