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/17 17:50:40 UTC

[camel] 01/07: camel-bam: 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

commit 693e60c62b28c5f5a8b1cef5f1c5596f5cc83616
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Fri Nov 17 17:37:56 2017 +0100

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

diff --git a/components/camel-bam/pom.xml b/components/camel-bam/pom.xml
index 52b1063..5986227 100644
--- a/components/camel-bam/pom.xml
+++ b/components/camel-bam/pom.xml
@@ -106,18 +106,6 @@
       </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkCount>1</forkCount>
-	  <reuseForks>false</reuseForks>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
   <profiles>
     <!-- Hibernate Derby profile -->
     <profile>

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