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 293d659 Remove superfluous plugin configuration. OSGi tests anyway spawn a new JVM
because is used.
293d659 is described below
commit 293d6590662bf4f03b3c7321a658bb31d7f303c9
Author: Stefan Seelmann <mail@stefan-seelmann.de>
AuthorDate: Tue Oct 9 11:07:04 2018 +0200
Remove superfluous plugin configuration. OSGi tests anyway spawn a new JVM because is
used.
---
integ-osgi/pom.xml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/integ-osgi/pom.xml b/integ-osgi/pom.xml
index 152ebf2..926c2ec 100644
--- a/integ-osgi/pom.xml
+++ b/integ-osgi/pom.xml
@@ -159,24 +159,6 @@
</execution>
</executions>
</plugin>
- <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>
- </configuration>
- </plugin>
</plugins>
<pluginManagement>
|