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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 89293d963bc Disable tests in release profile
89293d963bc is described below

commit 89293d963bca208f38fcccc49163e74100b2abcc
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Thu Nov 2 09:50:36 2023 +0100

    Disable tests in release profile
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 48d518e7a28..edd06b38f9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -734,6 +734,9 @@
                     <name>release</name>
                 </property>
             </activation>
+            <properties>
+                <skipTests>true</skipTests>
+            </properties>
             <build>
                 <plugins>
                     <!-- We want to deploy the artifact to a staging location 
for perusal -->

Reply via email to