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/12/11 14:55:59 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 main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8e849ba5c951fdcf26e25e21f5e3afb58f751a6a
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 853047119d2..21f71698747 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>