Added Cobertura plugin.

master
Abhinav Sarkar 2010-05-28 13:23:38 +05:30
parent 5b4e39a2fe
commit 988ca2dc66
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

@ -114,6 +114,19 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>cobertura</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>
<resources> <resources>