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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new ce3295ac Surefire plugin Configuration
ce3295ac is described below

commit ce3295ac4bb015e3917f2bfb2ace9d2dfd5601f4
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Aug 22 10:16:56 2022 +0200

    Surefire plugin Configuration
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7251f31a..2099f7b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,6 +256,7 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
+                        <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
                     </configuration>
                 </plugin>
                 <plugin>

Reply via email to