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 55f55d44bbceea28cfb46c7b41a8315ec1249642 Author: Pascal Schumacher <[email protected]> AuthorDate: Sun Nov 12 16:56:31 2017 +0100 camel-hawtdb: speed-up tests by not forking the JVM for every test executed --- components/camel-hawtdb/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/camel-hawtdb/pom.xml b/components/camel-hawtdb/pom.xml index 22f9486..e8f3619 100644 --- a/components/camel-hawtdb/pom.xml +++ b/components/camel-hawtdb/pom.xml @@ -85,17 +85,4 @@ </dependency> </dependencies> - <build> - <plugins> - <!-- use per test fork mode to avoid side effects --> - <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]>.
