From: <jm...@us...> - 2010-03-25 09:09:28
|
Revision: 1356 http://eulergui.svn.sourceforge.net/eulergui/?rev=1356&view=rev Author: jmvanel Date: 2010-03-25 09:09:22 +0000 (Thu, 25 Mar 2010) Log Message: ----------- pom.xml: config was wrong for maven-surefire-plugin: now redirectTestOutputToFile>true works Modified Paths: -------------- trunk/eulergui/pom.xml Modified: trunk/eulergui/pom.xml =================================================================== --- trunk/eulergui/pom.xml 2010-03-24 23:08:35 UTC (rev 1355) +++ trunk/eulergui/pom.xml 2010-03-25 09:09:22 UTC (rev 1356) @@ -345,6 +345,7 @@ </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.5</version> <configuration> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |