This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release-disable-tests in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit bdf736ab646c992977594fd9aafab9cb1c8d696b 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 42a23648352..67b9b6ec6a9 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 -->
