Added Surefire-Report plugin for test reports

master
Abhinav Sarkar 2010-05-28 03:12:11 +05:30
parent ce4a80d105
commit 293a0dffda
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

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