Added Cobertura plugin.

master
Abhinav Sarkar il y a 14 ans
Parent 5b4e39a2fe
révision 988ca2dc66

@ -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>

Chargement…
Annuler
Enregistrer