Author: mbenson Date: Thu Aug 1 15:25:37 2013 New Revision: 1509292 URL: http://svn.apache.org/r1509292 Log: add test output to file
Modified: commons/sandbox/weaver/trunk/example/pom.xml Modified: commons/sandbox/weaver/trunk/example/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/example/pom.xml?rev=1509292&r1=1509291&r2=1509292&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/example/pom.xml (original) +++ commons/sandbox/weaver/trunk/example/pom.xml Thu Aug 1 15:25:37 2013 @@ -100,6 +100,13 @@ </dependency> </dependencies> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <redirectTestOutputToFile>true</redirectTestOutputToFile> + </configuration> + </plugin> </plugins> <pluginManagement>