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 9d6b1ac967b Skip integration tests in `release` profile
9d6b1ac967b is described below
commit 9d6b1ac967b87c3b53348a59fe61d7b3bb7d8262
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sat Aug 8 09:21:39 2026 +0200
Skip integration tests in `release` profile
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index f1199a35567..4c0f54c5ce4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -717,6 +717,7 @@
</property>
</activation>
<properties>
+ <archetype.test.skip>true</archetype.test.skip>
<skipTests>true</skipTests>
</properties>
<build>
@@ -773,6 +774,13 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <configuration>
+ <skipITs>true</skipITs>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>