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

gzurowski pushed a commit to branch release/4.22.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/release/4.22.0 by this push:
     new b23a3effbfb Skip tests in `release` profile
b23a3effbfb is described below

commit b23a3effbfbea19a864ff1284ff5ec5b6c9d2aba
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sat Aug 8 09:09:29 2026 +0200

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

diff --git a/pom.xml b/pom.xml
index 6819d954da6..f1199a35567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -716,6 +716,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