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:19 UTC

[camel] branch master updated (d8b4c08 -> 3f87c4b)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d8b4c08  Upgrade Groovy to version 3.0.1
     new 96ad35d  Camel-restdsl-openapi-plugin: Skip Integration tests by default
     new 3f87c4b  Camel-restdsl-swagger-plugin: Skip Integration tests by default

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 1 +
 tooling/maven/camel-restdsl-swagger-plugin/pom.xml | 1 +
 2 files changed, 2 insertions(+)


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

Posted by ac...@apache.org.
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>


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

Posted by ac...@apache.org.
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 <an...@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>