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

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

commit a8acb485eaa913fa5d8b266111d8b1c0e05e02ce
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Apr 17 07:14:46 2024 +0100

    Temporarily disable cxf-soap build & tests due to apache/camel-quarkus#5926
---
 cxf-soap/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index f9cfe64..d67dbeb 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -52,6 +52,9 @@
         <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
         <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/5926-->
+        <skipTests>true</skipTests>
+        <quarkus.build.skip>true</quarkus.build.skip>
     </properties>
 
     <dependencyManagement>

Reply via email to