This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 64375ac Enable all camel-milo tests by default 64375ac is described below commit 64375acbe20fad9ae86b6fc16aab9ababb0f02a8 Author: Jens Reimann <jreim...@redhat.com> AuthorDate: Fri Mar 23 17:09:33 2018 +0100 Enable all camel-milo tests by default --- components/camel-milo/pom.xml | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/components/camel-milo/pom.xml b/components/camel-milo/pom.xml index 56f9c8a..9af8741 100644 --- a/components/camel-milo/pom.xml +++ b/components/camel-milo/pom.xml @@ -100,42 +100,12 @@ <childDelegation>false</childDelegation> <useFile>true</useFile> <forkCount>1</forkCount> - <reuseForks>true</reuseForks> + <!-- required due to issue eclipse/milo#23 --> + <reuseForks>false</reuseForks> <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds> - <includes> - <!-- Here we only run a few tests --> - <include>**/ConverterTest.java</include> - <include>**/NodeIdTest.java</include> - <include>**/ServerSetCertificateManagerTest</include> - <include>**/ServerSetSecurityPoliciesTest.java</include> - </includes> </configuration> </plugin> </plugins> </build> - <profiles> - <profile> - <id>milo-test</id> - <build> - <plugins> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <childDelegation>false</childDelegation> - <useFile>true</useFile> - <forkCount>1</forkCount> - <!-- required due to issue eclipse/milo#23 --> - <reuseForks>false</reuseForks> - <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds> - <includes> - <include>**/*Test.java</include> - </includes> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> - </project> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.