This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 90067a03997 Fix release process by skipping tests in surefire-plugin
in release profile
90067a03997 is described below
commit 90067a039972008f827a4aa48df1b2f40d155dbb
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 22 08:50:49 2023 +0200
Fix release process by skipping tests in surefire-plugin in release profile
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 9747dc8414f..a6c34bd766e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -663,6 +663,7 @@
<configuration>
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
<failIfNoTests>false</failIfNoTests>
+ <skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>