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 13:53:39 UTC

[camel] branch master updated: camel-jaxb: 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 85e79a2  camel-jaxb: speed-up tests by not forking the JVM for every test executed
85e79a2 is described below

commit 85e79a2cb86488400b8c831d3dd9d5f331798d42
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Nov 12 14:53:32 2017 +0100

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

diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml
index 0ea2b04..f6bd87d 100644
--- a/components/camel-jaxb/pom.xml
+++ b/components/camel-jaxb/pom.xml
@@ -103,17 +103,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <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" <co...@camel.apache.org>'].