This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 4738c0e18bf (chores) camel-kafka: ensures that the component do not run any tests during the release 4738c0e18bf is described below commit 4738c0e18bf205a1db7c6502da48ce30d9f38c4d Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Tue Jan 31 09:31:39 2023 +0100 (chores) camel-kafka: ensures that the component do not run any tests during the release --- components/camel-kafka/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml index c6699ab2223..fafc6bcd2d2 100644 --- a/components/camel-kafka/pom.xml +++ b/components/camel-kafka/pom.xml @@ -143,6 +143,7 @@ <artifactId>maven-failsafe-plugin</artifactId> <configuration> <skipITs>${skipTests}</skipITs> + <skipTests>${skipTests}</skipTests> <reuseForks>true</reuseForks> </configuration> </plugin> @@ -150,6 +151,14 @@ </build> <profiles> + <!-- Ensures camel-kafka does not run any tests during the release --> + <profile> + <id>release</id> + <properties> + <skipITs>true</skipITs> + <skipTests>true</skipTests> + </properties> + </profile> <profile> <id>arm</id> <activation>