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 @@ ...@@ -381,18 +381,18 @@
</build> </build>
<reporting> <reporting>
<plugins> <plugins>
<!-- integrate maven-cobertura-plugin to project site -->
<!-- integrate maven-cobertura-plugin to project site -->
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId> <artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura.version}</version> <version>${cobertura.version}</version>
<configuration> <reportSets>
<formats> <reportSet>
<format>html</format> <reports>
</formats> <report>cobertura</report>
<check/> </reports>
</configuration> </reportSet>
</reportSets>
</plugin> </plugin>
</plugins> </plugins>
</reporting> </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