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 <[email protected]>
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>

Reply via email to