petclinic-uncached
Changes
pom.xml 16(+8 -8)
Details
pom.xml 16(+8 -8)
diff --git a/pom.xml b/pom.xml
index abfd976..12c1b65 100644
--- a/pom.xml
+++ b/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>