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
The following commit(s) were added to refs/heads/master by this push:
new b19d715 Remove superfluous plugin configuration. OSGi tests anyway spawn a new JVM
because is used.
b19d715 is described below
commit b19d7153e0ffcf2a8ce624dbc325db64d61ca7ed
Author: Stefan Seelmann <mail@stefan-seelmann.de>
AuthorDate: Tue Oct 9 11:07:47 2018 +0200
Remove superfluous plugin configuration. OSGi tests anyway spawn a new JVM because is
used.
---
osgi-integ/pom.xml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/osgi-integ/pom.xml b/osgi-integ/pom.xml
index cf9ab8e..99d357b 100644
--- a/osgi-integ/pom.xml
+++ b/osgi-integ/pom.xml
@@ -272,24 +272,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>
<plugins>
|