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 36fa07ec76e12115cfe43bd00b8501f3de9df5cc Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Nov 12 18:02:41 2017 +0100 camel-netty-http: speed-up tests by not forking the JVM for every test executed --- components/camel-netty-http/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/camel-netty-http/pom.xml b/components/camel-netty-http/pom.xml index 867d214..20f8a91 100644 --- a/components/camel-netty-http/pom.xml +++ b/components/camel-netty-http/pom.xml @@ -95,17 +95,4 @@ </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 "[email protected]" <[email protected]>.
