Author: jstrachan
Date: Thu Aug 24 11:45:32 2006
New Revision: 434466
URL: http://svn.apache.org/viewvc?rev=434466&view=rev
Log:
enabled the redirectOutputToFile option on the newer surefire plugin so its
easier to see the test output
Modified:
incubator/servicemix/trunk/servicemix-beanflow/pom.xml
Modified: incubator/servicemix/trunk/servicemix-beanflow/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-beanflow/pom.xml?rev=434466&r1=434465&r2=434466&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-beanflow/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-beanflow/pom.xml Thu Aug 24 11:45:32
2006
@@ -59,9 +59,11 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.3-SNAPSHOT</version>
<configuration>
- <forkMode>pertest</forkMode>
+ <forkMode>pertest</forkMode>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>