You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/08/02 06:38:35 UTC

[camel] branch master updated: Disable check until we get camel-as2-starter added its missing docs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0f04241  Disable check until we get camel-as2-starter added its missing docs
0f04241 is described below

commit 0f04241ca00f900e794b9d4365e5c2574e4a5643
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Aug 2 08:38:23 2018 +0200

    Disable check until we get camel-as2-starter added its missing docs
---
 platforms/spring-boot/components-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/spring-boot/components-starter/pom.xml b/platforms/spring-boot/components-starter/pom.xml
index e2cfea2..d961b69 100644
--- a/platforms/spring-boot/components-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/pom.xml
@@ -85,7 +85,7 @@
           <!-- set to true to make build fail fast if missing documentation in docs files -->
           <failFast>false</failFast>
           <!-- set to true to make build fail if an option has no description -->
-          <failOnMissingDescription>true</failOnMissingDescription>
+          <failOnMissingDescription>false</failOnMissingDescription>
         </configuration>
         <executions>
           <execution>