You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2017/12/12 23:47:45 UTC

[directory-server] 03/03: Try to use new JVM for each test class

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git

commit 6ae7af265d87d388d7321fff89982a3a4e3c69be
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Wed Dec 13 00:47:28 2017 +0100

    Try to use new JVM for each test class
---
 osgi-integ/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/osgi-integ/pom.xml b/osgi-integ/pom.xml
index d4d23f7..82261a4 100644
--- a/osgi-integ/pom.xml
+++ b/osgi-integ/pom.xml
@@ -272,6 +272,14 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+            <forkCount>1</forkCount>
+            <reuseForks>false</reuseForks>
+        </configuration>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>

-- 
To stop receiving notification emails like this one, please contact
"commits@directory.apache.org" <co...@directory.apache.org>.