Author: jason.greene(a)jboss.com
Date: 2007-09-05 21:23:07 -0400 (Wed, 05 Sep 2007)
New Revision: 4446
Modified:
support/trunk/common/pom.xml
Log:
Don't overwrite the report file
Modified: support/trunk/common/pom.xml
===================================================================
--- support/trunk/common/pom.xml 2007-09-05 20:21:04 UTC (rev 4445)
+++ support/trunk/common/pom.xml 2007-09-06 01:23:07 UTC (rev 4446)
@@ -347,6 +347,14 @@
<reportsDirectory>${project.build.directory}/jgroups-tcp-reports</reportsDirectory>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <configuration>
+
<reportsDirectory>${project.build.directory}/jgroups-tcp-reports</reportsDirectory>
+ <outputName>jgroups-tcp-report</outputName>
+ </configuration>
+ </plugin>
</plugins>
</build>
</profile>
Show replies by date