Update pom.xml

This commit is contained in:
Varshun Tiku 2020-03-03 16:36:12 +05:30 committed by GitHub
parent ac3e64208e
commit 3052297946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
pom.xml
View file

@ -322,5 +322,16 @@
</snapshots>
</pluginRepository>
</pluginRepositories>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>
</configuration>
</plugin>
</project>