You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/19 09:24:08 UTC

[camel-k] branch release-profile updated: [maven-release-plugin] prepare release camel-k-runtime-parent-0.2.1

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

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


The following commit(s) were added to refs/heads/release-profile by this push:
     new 5ffd889  [maven-release-plugin] prepare release camel-k-runtime-parent-0.2.1
5ffd889 is described below

commit 5ffd889c52a24c776e3f936ae19ee5b892905058
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 19 10:23:38 2019 +0100

    [maven-release-plugin] prepare release camel-k-runtime-parent-0.2.1
---
 runtime/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/runtime/pom.xml b/runtime/pom.xml
index e74128a..5ff6f30 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -125,6 +125,10 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>${maven-surefire-plugin.version}</version>
+            <configuration>
+                <failIfNoTests>false</failIfNoTests>
+            </configuration>
+
                 </plugin>
             </plugins>
         </pluginManagement>