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>