You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/10/06 11:16:19 UTC

[camel] branch camel-4.1.x updated (e52791c5a74 -> 1a8e8e81948)

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

gzurowski pushed a change to branch camel-4.1.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from e52791c5a74 camel-grape - Deprecate
     new ecf85d9f6ab Disable integration test for camel-package-maven-plugin
     new 1a8e8e81948 Disable integration tests on camel-restdsl-openapi-plugin

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-package-maven-plugin/pom.xml   | 2 +-
 tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Disable integration tests on camel-restdsl-openapi-plugin

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-4.1.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1a8e8e81948b05eb38b1e1a0db84388a34e8381f
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Oct 6 10:38:02 2023 +0000

    Disable integration tests on camel-restdsl-openapi-plugin
---
 tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
index e4fa5add3d9..d18ba7f30fe 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
+++ b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
@@ -198,7 +198,7 @@
                                 <phase>integration-test</phase>
                                 <goals>
                                     <goal>install</goal>
-                                    <goal>integration-test</goal>
+				    <!--<goal>integration-test</goal>-->
                                     <goal>verify</goal>
                                 </goals>
                             </execution>


[camel] 01/02: Disable integration test for camel-package-maven-plugin

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-4.1.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ecf85d9f6abbf2748e472cd9ccfd72e557428f19
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Oct 6 09:46:39 2023 +0000

    Disable integration test for camel-package-maven-plugin
---
 tooling/maven/camel-package-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml
index ce58b19863f..0088b415de2 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -235,7 +235,7 @@
                             <execution>
                                 <goals>
                                     <goal>install</goal>
-                                    <goal>integration-test</goal>
+				    <!--<goal>integration-test</goal>-->
                                     <goal>verify</goal>
                                 </goals>
                             </execution>