You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2008/04/30 16:49:28 UTC

svn commit: r652392 - /activemq/trunk/activemq-jaas/pom.xml

Author: chirino
Date: Wed Apr 30 07:49:26 2008
New Revision: 652392

URL: http://svn.apache.org/viewvc?rev=652392&view=rev
Log:
Make the test work on AIX

Modified:
    activemq/trunk/activemq-jaas/pom.xml

Modified: activemq/trunk/activemq-jaas/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-jaas/pom.xml?rev=652392&r1=652391&r2=652392&view=diff
==============================================================================
--- activemq/trunk/activemq-jaas/pom.xml (original)
+++ activemq/trunk/activemq-jaas/pom.xml Wed Apr 30 07:49:26 2008
@@ -41,6 +41,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <childDelegation>true</childDelegation>
           <forkMode>once</forkMode>
           <excludes>
             <exclude implementation="java.lang.String">**/LDAPLoginModuleTest.*</exclude>
@@ -117,4 +118,4 @@
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>