You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ar...@apache.org on 2007/12/05 00:13:06 UTC

svn commit: r601140 - /myfaces/trinidad/trunk_1.2.x/pom.xml

Author: arobinson74
Date: Tue Dec  4 15:13:05 2007
New Revision: 601140

URL: http://svn.apache.org/viewvc?rev=601140&view=rev
Log:
Force forking of the surefire tests to uncover broken tests -- sorry this is going to break the build, but since it is already broken we need to find the test bugs and fix them

Modified:
    myfaces/trinidad/trunk_1.2.x/pom.xml

Modified: myfaces/trinidad/trunk_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/pom.xml?rev=601140&r1=601139&r2=601140&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/pom.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/pom.xml Tue Dec  4 15:13:05 2007
@@ -212,8 +212,11 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.1.3</version>
+          <version>2.3.1-SNAPSHOT</version>
           <inherited>true</inherited>
+          <configuration>
+            <forkMode>pertest</forkMode>            
+          </configuration>
         </plugin>
 
         <plugin>
@@ -350,9 +353,9 @@
     </repository>
 
     <repository>
-    <id>apache.snapshots</id>
-    <name>Apache Snapshot Repository</name>
-    <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
     </repository>
 
   </repositories>
@@ -364,6 +367,12 @@
       <name>Apache Stage Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
       <layout>default</layout>
+    </pluginRepository>
+
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
     </pluginRepository>
   </pluginRepositories>