You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/15 08:27:49 UTC

[camel] branch main updated: CAMEL-16628: Disable test to make CI complete build

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new fadf550  CAMEL-16628: Disable test to make CI complete build
fadf550 is described below

commit fadf550cad1d48c1375f91b2e4949df65fdf1e1c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 15 09:26:24 2022 +0100

    CAMEL-16628: Disable test to make CI complete build
---
 tooling/maven/camel-package-maven-plugin/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml
index 39c6839..82041b4 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -188,6 +188,8 @@
                     </mojoDependencies>
                 </configuration>
             </plugin>
+
+<!--
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-invoker-plugin</artifactId>
@@ -228,6 +230,8 @@
                     </dependency>
                 </dependencies>
             </plugin>
+-->
+
         </plugins>
     </build>