1
0
Fork 0

Added Surefire-Report plugin for test reports

master
Abhinav Sarkar 2010-05-28 03:12:11 +05:30
Ursprung ce4a80d105
Commit 293a0dffda
1 geänderte Dateien mit 13 neuen und 0 gelöschten Zeilen

13
pom.xml
Datei anzeigen

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