Added Surefire-Report plugin for test reports

master
Abhinav Sarkar 2010-05-28 03:12:11 +05:30
父节点 ce4a80d105
当前提交 293a0dffda
共有 1 个文件被更改,包括 13 次插入0 次删除

13
pom.xml
查看文件

@ -101,6 +101,19 @@
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>report-only</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>