You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/07/04 07:11:01 UTC

[directory-ldap-api] branch master updated: Fixed the surefire pluging version to a version that is 'fast'

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

elecharny 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 31b6085  Fixed the surefire pluging version to a version that is 'fast'
31b6085 is described below

commit 31b608578e00b110c68c90fca129037b61c92c84
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Wed Jul 4 09:10:56 2018 +0200

    Fixed the surefire pluging version to a version that is 'fast'
---
 integ-osgi/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/integ-osgi/pom.xml b/integ-osgi/pom.xml
index 322c2cc..26d26b6 100644
--- a/integ-osgi/pom.xml
+++ b/integ-osgi/pom.xml
@@ -162,6 +162,16 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <!-- ------------------------------------ -->
+        <!-- We use 2.19.1 because newer versions -->
+        <!-- are slowing down the OSGi tests in a -->
+        <!-- terrible way (factor 10 slower).     -->
+        <!-- This most certainly has to do with   -->
+        <!-- the JVM shutdown, because the tests  -->
+        <!-- themselves are 'fast' (a couple of   -->
+        <!-- each).                               -->
+        <!-- ------------------------------------ -->
+        <version>2.19.1</version>
         <configuration>
             <forkCount>1</forkCount>
             <reuseForks>false</reuseForks>