Added Surefire-Report plugin for test reports

master
Abhinav Sarkar 2010-05-28 03:12:11 +05:30
commit 293a0dffda
1 arquivos alterados com 13 adições e 0 exclusões

13
pom.xml
Ver arquivo

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