Added Cobertura plugin.

master
Abhinav Sarkar 2010-05-28 13:23:38 +05:30
bovenliggende 5b4e39a2fe
commit 988ca2dc66
1 gewijzigde bestanden met toevoegingen van 13 en 0 verwijderingen

13
pom.xml
Bestand weergeven

@ -114,6 +114,19 @@
</execution>
</executions>
</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>
<resources>