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 8c598de1299c642f48a1dd79c20973536e0f719b Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Nov 12 22:50:49 2017 +0100 camel-cxf-transport: speed-up tests by not forking the JVM for every test executed --- components/camel-cxf-transport/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/camel-cxf-transport/pom.xml b/components/camel-cxf-transport/pom.xml index 3158471..83ff1e9 100644 --- a/components/camel-cxf-transport/pom.xml +++ b/components/camel-cxf-transport/pom.xml @@ -180,13 +180,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-codegen-plugin</artifactId> <executions> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
