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 2537538aab3263a2ff711a442c9d74b6341d5eb7 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Tue Nov 14 23:56:49 2017 +0100 camel-leveldb: speed-up tests by not forking the JVM for every test executed --- components/camel-leveldb/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml index 1030c10..c3f9d68 100644 --- a/components/camel-leveldb/pom.xml +++ b/components/camel-leveldb/pom.xml @@ -100,19 +100,6 @@ </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> - <!-- skip tests on AIX and HP-UX --> <profiles> <profile> -- To stop receiving notification emails like this one, please contact "commits@camel.apache.org" <commits@camel.apache.org>.