You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/19 07:44:20 UTC

[camel] 01/02: Camel-restdsl-openapi-plugin: Skip Integration tests by default

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 <an...@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>