Added Cobertura plugin.

master
Abhinav Sarkar 2010-05-28 13:23:38 +05:30
부모 5b4e39a2fe
커밋 988ca2dc66
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제

13
pom.xml
파일 보기

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