[jboss-cvs] JBossAS SVN: r69891 - projects/vfs/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 18 12:06:30 EST 2008


Author: pgier
Date: 2008-02-18 12:06:30 -0500 (Mon, 18 Feb 2008)
New Revision: 69891

Modified:
   projects/vfs/trunk/pom.xml
Log:
Update maven surefire plugin.

Modified: projects/vfs/trunk/pom.xml
===================================================================
--- projects/vfs/trunk/pom.xml	2008-02-18 17:02:18 UTC (rev 69890)
+++ projects/vfs/trunk/pom.xml	2008-02-18 17:06:30 UTC (rev 69891)
@@ -51,6 +51,7 @@
         optimization flag set, and define the source and target to be 1.5,
         these setting will be inherited by child projects -->
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.0</version>
         <configuration>
@@ -74,11 +75,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.3.1</version>
         <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-          <disableXmlReport>false</disableXmlReport>
-          <forkMode>once</forkMode> <!-- required to correctly run the PojoServer tests -->
+          <forkMode>always</forkMode> <!-- required to correctly run the PojoServer tests -->
           <useSystemClassLoader>true</useSystemClassLoader>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
         </configuration>




More information about the jboss-cvs-commits mailing list