You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/01/09 01:57:19 UTC

svn commit: r494284 - /directory/trunks/apacheds/server-ssl/pom.xml

Author: akarasulu
Date: Mon Jan  8 16:57:18 2007
New Revision: 494284

URL: http://svn.apache.org/viewvc?view=rev&rev=494284
Log:
make it so we fork test cases

Modified:
    directory/trunks/apacheds/server-ssl/pom.xml

Modified: directory/trunks/apacheds/server-ssl/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/server-ssl/pom.xml?view=diff&rev=494284&r1=494283&r2=494284
==============================================================================
--- directory/trunks/apacheds/server-ssl/pom.xml (original)
+++ directory/trunks/apacheds/server-ssl/pom.xml Mon Jan  8 16:57:18 2007
@@ -91,6 +91,7 @@
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
+            <forkMode>pertest</forkMode>
             <excludes>
               <exclude>**/*PTest.java</exclude>
             </excludes>