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

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

commit 801107d1ca28567aa5ef3f613e7f1c97eb03510b
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 25 11:42:47 2019 +0200

    Added failIfNoTest option in surefire configuration
---
 build-parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 6024134..9bd0af8 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -95,6 +95,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