You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/03/05 08:08:29 UTC

[camel] branch main updated: Don't expect test executions on release profile

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

gzurowski 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 37779cf97d7 Don't expect test executions on release profile
37779cf97d7 is described below

commit 37779cf97d7af52f33a8c05b1a0f863d62296466
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sun Mar 5 09:08:11 2023 +0100

    Don't expect test executions on release profile
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8aeadf32e9d..649d9d6ba0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -779,6 +779,8 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-failsafe-plugin</artifactId>
                         <configuration>
+                            <failIfNoTests>false</failIfNoTests>
+                            <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
                             <skipITs>true</skipITs>
                         </configuration>
                     </plugin>