You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/05/30 14:28:13 UTC

svn commit: r410259 - /maven/continuum/trunk/continuum-core-it/pom.xml

Author: evenisse
Date: Tue May 30 05:28:13 2006
New Revision: 410259

URL: http://svn.apache.org/viewvc?rev=410259&view=rev
Log:
Don't fork it-test for the moment because we need plexus-utils-1.2 and surefire fork use plexus-1.1

Modified:
    maven/continuum/trunk/continuum-core-it/pom.xml

Modified: maven/continuum/trunk/continuum-core-it/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-core-it/pom.xml?rev=410259&r1=410258&r2=410259&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core-it/pom.xml (original)
+++ maven/continuum/trunk/continuum-core-it/pom.xml Tue May 30 05:28:13 2006
@@ -14,6 +14,13 @@
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <forkMode>never</forkMode> <!-- required because if we fork plexus-utils-1.1 is used and we need 1.2 -->
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <dependencies>