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

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bf9327  camel-elsql: speed-up tests by not forking the JVM for every 
test executed
9bf9327 is described below

commit 9bf9327ef07e79b0352f75650dbb5a7f8091d104
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Sun Nov 12 14:45:45 2017 +0100

    camel-elsql: speed-up tests by not forking the JVM for every test executed
---
 components/camel-elsql/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/components/camel-elsql/pom.xml b/components/camel-elsql/pom.xml
index 90b77ee..bcdf568 100644
--- a/components/camel-elsql/pom.xml
+++ b/components/camel-elsql/pom.xml
@@ -103,17 +103,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <!-- use per test fork mode to avoid side effects -->
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkCount>1</forkCount>
-               <reuseForks>false</reuseForks>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>

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

Reply via email to