This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-12644 in repository https://gitbox.apache.org/repos/asf/camel.git
commit beb6f733bc7dc715177383697013c01f86e83a0f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jul 17 12:17:00 2018 +0200 CAMEL-12644: Generate spring boot auto configuration in the docs. --- components/camel-spring-boot/pom.xml | 2 +- platforms/spring-boot/components-starter/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-spring-boot/pom.xml b/components/camel-spring-boot/pom.xml index 69149a5..bca471d 100644 --- a/components/camel-spring-boot/pom.xml +++ b/components/camel-spring-boot/pom.xml @@ -140,7 +140,7 @@ <version>${project.version}</version> <configuration> <!-- set to true to make build fail fast if missing documentation in docs files --> - <failFast>true</failFast> + <failFast>false</failFast> </configuration> <executions> <execution> diff --git a/platforms/spring-boot/components-starter/pom.xml b/platforms/spring-boot/components-starter/pom.xml index fd00a6a..0e65b06 100644 --- a/platforms/spring-boot/components-starter/pom.xml +++ b/platforms/spring-boot/components-starter/pom.xml @@ -83,7 +83,7 @@ <version>${project.version}</version> <configuration> <!-- set to true to make build fail fast if missing documentation in docs files --> - <failFast>true</failFast> + <failFast>false</failFast> </configuration> <executions> <execution>