mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 14:49:38 +00:00
Fix #172 'mvn site' fails with cobertura-maven-plugin version 2.7
This commit is contained in:
parent
eac43666b3
commit
ef4a808828
1 changed files with 8 additions and 8 deletions
16
pom.xml
16
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue