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 96ad35d8986b8ce708d24d124134656548d0664b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Feb 19 08:42:33 2020 +0100 Camel-restdsl-openapi-plugin: Skip Integration tests by default --- tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml index 2d56729..427154c 100644 --- a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml +++ b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml @@ -129,6 +129,7 @@ <profile> <id>fastinstall</id> <activation> + <activeByDefault>true</activeByDefault> <property> <name>skipTests</name> </property>