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 857b06c6972d6abf582ba0ddab9bd45d26639912 Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Nov 12 22:41:30 2017 +0100 camel-spring-boot: speed-up tests by not forking the JVM for every test executed --- components/camel-spring-boot/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/camel-spring-boot/pom.xml b/components/camel-spring-boot/pom.xml index 1fe8fe9..ee0bd5c 100644 --- a/components/camel-spring-boot/pom.xml +++ b/components/camel-spring-boot/pom.xml @@ -121,19 +121,6 @@ </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <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]>.
