You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zh...@apache.org on 2023/08/15 08:59:28 UTC

[camel-quarkus] branch main updated: Fix #5180 to skip quarkus build on jms-ibmmq-client integration tests (#5183)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d55f744832 Fix #5180 to skip quarkus build on jms-ibmmq-client integration tests (#5183)
d55f744832 is described below

commit d55f74483203f1ad116c90d67a45039b7e7f03d1
Author: Zheng Feng <zh...@gmail.com>
AuthorDate: Tue Aug 15 16:59:21 2023 +0800

    Fix #5180 to skip quarkus build on jms-ibmmq-client integration tests (#5183)
---
 integration-tests/jms-ibmmq-client/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integration-tests/jms-ibmmq-client/pom.xml b/integration-tests/jms-ibmmq-client/pom.xml
index 924a004516..fc0f9c6431 100644
--- a/integration-tests/jms-ibmmq-client/pom.xml
+++ b/integration-tests/jms-ibmmq-client/pom.xml
@@ -32,6 +32,7 @@
     <description>Integration tests for Camel Quarkus JMS extension with the IBM MQ Client</description>
 
     <properties>
+        <quarkus.build.skip>true</quarkus.build.skip>
     </properties>
 
     <dependencies>