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 cf30f3a5e8bdfb1e652399931b34d7840ef1c1b4 Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Nov 12 22:50:09 2017 +0100 camel-servlet: speed-up tests by not forking the JVM for every test executed --- components/camel-servlet/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/components/camel-servlet/pom.xml b/components/camel-servlet/pom.xml index acf9485..9834d21 100644 --- a/components/camel-servlet/pom.xml +++ b/components/camel-servlet/pom.xml @@ -205,18 +205,6 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <forkCount>1</forkCount> - <reuseForks>false</reuseForks> - </configuration> - </plugin> - </plugins> - </build> - <profiles> <profile> <id>jdk9-build</id> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
