You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by iv...@apache.org on 2011/05/25 11:28:46 UTC

svn commit: r1127451 - /zookeeper/bookkeeper/trunk/bookkeeper-server/pom.xml

Author: ivank
Date: Wed May 25 09:28:46 2011
New Revision: 1127451

URL: http://svn.apache.org/viewvc?rev=1127451&view=rev
Log:
BOOKKEEPER-1: Static variable makes tests fail (fpj via ivank)

Modified:
    zookeeper/bookkeeper/trunk/bookkeeper-server/pom.xml

Modified: zookeeper/bookkeeper/trunk/bookkeeper-server/pom.xml
URL: http://svn.apache.org/viewvc/zookeeper/bookkeeper/trunk/bookkeeper-server/pom.xml?rev=1127451&r1=1127450&r2=1127451&view=diff
==============================================================================
--- zookeeper/bookkeeper/trunk/bookkeeper-server/pom.xml (original)
+++ zookeeper/bookkeeper/trunk/bookkeeper-server/pom.xml Wed May 25 09:28:46 2011
@@ -50,6 +50,13 @@
   <build>
     <plugins>
       <plugin>
+	<groupId>org.apache.maven.plugins</groupId>
+	<artifactId>maven-surefire-plugin</artifactId>
+	<configuration>
+	  <forkMode>pertest</forkMode>
+	</configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptorRefs>