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
commit 3f87c4bc1387529410a93d843753f260a42929fd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Feb 19 08:43:39 2020 +0100 Camel-restdsl-swagger-plugin: Skip Integration tests by default --- tooling/maven/camel-restdsl-swagger-plugin/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/maven/camel-restdsl-swagger-plugin/pom.xml b/tooling/maven/camel-restdsl-swagger-plugin/pom.xml index c84ff52..9d3026c 100644 --- a/tooling/maven/camel-restdsl-swagger-plugin/pom.xml +++ b/tooling/maven/camel-restdsl-swagger-plugin/pom.xml @@ -128,6 +128,7 @@ <profile> <id>fastinstall</id> <activation> + <activeByDefault>true</activeByDefault> <property> <name>skipTests</name> </property>