Revision: 5934
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5934&view=rev
Author: manningr
Date: 2010-10-30 17:47:47 +0000 (Sat, 30 Oct 2010)
Log Message:
-----------
redirect test output to file instead of letting it appear in the build output. This is done in the root pom to allow projects to inherit this surefire maven plugin configuration.
Modified Paths:
--------------
trunk/sql12/pom.xml
Modified: trunk/sql12/pom.xml
===================================================================
--- trunk/sql12/pom.xml 2010-10-30 17:45:40 UTC (rev 5933)
+++ trunk/sql12/pom.xml 2010-10-30 17:47:47 UTC (rev 5934)
@@ -193,6 +193,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire-plugin-version}</version>
+ <configuration>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.izpack</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|