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 a481400f06a7c3d43221e63aee8325fc98dd5b0d Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Nov 12 22:54:34 2017 +0100 camel-servletlistener: speed-up tests by not forking the JVM for every test executed --- components/camel-servletlistener/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/camel-servletlistener/pom.xml b/components/camel-servletlistener/pom.xml index 2982967..82d50a0 100644 --- a/components/camel-servletlistener/pom.xml +++ b/components/camel-servletlistener/pom.xml @@ -93,17 +93,4 @@ </exclusions> </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]>.
