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 22:32:38 UTC

[directory-ldap-api] branch master updated: 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-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e9d934  Try to use new JVM for each test class
8e9d934 is described below

commit 8e9d934c36fd4e2779d20c569857e986bfc37fc0
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Tue Dec 12 23:32:27 2017 +0100

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

diff --git a/integ-osgi/pom.xml b/integ-osgi/pom.xml
index aae5cfb..322c2cc 100644
--- a/integ-osgi/pom.xml
+++ b/integ-osgi/pom.xml
@@ -159,6 +159,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>

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