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

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


The following commit(s) were added to refs/heads/master by this push:
     new f3fb753  chore(release): prevent test configuration issue during 
release
f3fb753 is described below

commit f3fb753478de6e86d941b720722c8a521f8a42a8
Author: Nicola Ferraro <ni.ferr...@gmail.com>
AuthorDate: Fri Jun 5 13:58:06 2020 +0200

    chore(release): prevent test configuration issue during release
---
 tooling/camel-k-maven-plugin/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/camel-k-maven-plugin/pom.xml 
b/tooling/camel-k-maven-plugin/pom.xml
index 00cf287..3f96823 100644
--- a/tooling/camel-k-maven-plugin/pom.xml
+++ b/tooling/camel-k-maven-plugin/pom.xml
@@ -260,6 +260,7 @@
             <configuration>
               <properties>
                 
<com.sun.xml.bind.v2.bytecode.ClassTailor.noOptimize>true</com.sun.xml.bind.v2.bytecode.ClassTailor.noOptimize>
+                <failIfNoTests>false</failIfNoTests>
               </properties>
             </configuration>
           </execution>

Reply via email to