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

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


The following commit(s) were added to refs/heads/master by this push:
     new d4346ac  Added failIfNoTests option set to false to surefire 
configuration
d4346ac is described below

commit d4346ac491a500b5a7c7cd2088bb0a6b88030da9
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 18 09:10:41 2019 +0200

    Added failIfNoTests option set to false to surefire configuration
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 59aff4b..0159f1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,6 +198,7 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <configuration>
+                        <failIfNoTests>false</failIfNoTests>
                         <systemProperties>
                             
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
                         </systemProperties>

Reply via email to