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/11/10 14:11:17 UTC

(camel) 01/02: Disable integration test for camel-package-maven-plugin

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

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

commit 3c75c7431936b2a663f60dd5ef913d61a14f38ae
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 0d5ff0139b3..6e3ddecbfb4 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>