This commit is contained in:
javakthar 2015-10-12 12:15:24 +05:30
parent e8a4c8b48d
commit 1de2d7a2ea

18
pom.xml
View file

@ -442,6 +442,24 @@
<path>/petclinic</path>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<formats>
<format>xml</format>
</formats>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>cobertura</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>