You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2017/11/12 22:34:52 UTC

[camel] branch master updated: camel-soap: speed-up tests by not forking the JVM for every test executed

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 e97a53c  camel-soap: speed-up tests by not forking the JVM for every test executed
e97a53c is described below

commit e97a53ce1646eb31509e294504cc12b38e8c2ac8
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 12 23:34:39 2017 +0100

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

diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index 6f03073..7d82136 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -119,13 +119,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-          		  <forkCount>1</forkCount>
-	  		        <reuseForks>false</reuseForks>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-xjc-plugin</artifactId>
                 <version>${cxf-xjc-plugin-version}</version>

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