mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 13:59:37 +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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue