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 2023/06/18 20:01:39 UTC

[camel-spring-boot] 01/02: Remove options not longer in use in maven plugins

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 1b44a15beb5f279ff8ddb39da604ba54ee57b7a4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Jun 18 21:59:40 2023 +0200

    Remove options not longer in use in maven plugins
---
 components-starter/pom.xml         | 6 ------
 core/camel-spring-boot-xml/pom.xml | 6 ------
 core/camel-spring-boot/pom.xml     | 6 ------
 core/pom.xml                       | 6 ------
 4 files changed, 24 deletions(-)

diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index a09ce8228c7..0b7845b722b 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -81,12 +81,6 @@
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-spring-boot-generator-maven-plugin</artifactId>
         <version>${project.version}</version>
-        <configuration>
-          <!-- 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>false</failOnMissingDescription>
-        </configuration>
         <executions>
           <execution>
             <id>generate</id>
diff --git a/core/camel-spring-boot-xml/pom.xml b/core/camel-spring-boot-xml/pom.xml
index c9a4fdf9c3c..061547a38a5 100644
--- a/core/camel-spring-boot-xml/pom.xml
+++ b/core/camel-spring-boot-xml/pom.xml
@@ -96,12 +96,6 @@
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-package-maven-plugin</artifactId>
                 <version>${camel-version}</version>
-                <configuration>
-                    <!-- set to true to make build fail fast if missing documentation in docs files -->
-                    <failFast>true</failFast>
-                    <!-- set to true to make build fail if an option has no description -->
-                    <failOnMissingDescription>true</failOnMissingDescription>
-                </configuration>
                 <executions>
                     <execution>
                         <id>generate</id>
diff --git a/core/camel-spring-boot/pom.xml b/core/camel-spring-boot/pom.xml
index 0dd9b577da3..838a93c8475 100644
--- a/core/camel-spring-boot/pom.xml
+++ b/core/camel-spring-boot/pom.xml
@@ -181,12 +181,6 @@
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-package-maven-plugin</artifactId>
                 <version>${camel-version}</version>
-                <configuration>
-                    <!-- set to true to make build fail fast if missing documentation in docs files -->
-                    <failFast>true</failFast>
-                    <!-- set to true to make build fail if an option has no description -->
-                    <failOnMissingDescription>true</failOnMissingDescription>
-                </configuration>
                 <executions>
                     <execution>
                         <id>generate</id>
diff --git a/core/pom.xml b/core/pom.xml
index d73034fb1b3..91e72337c8a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -45,12 +45,6 @@
                 <groupId>org.apache.camel.springboot</groupId>
                 <artifactId>camel-spring-boot-generator-maven-plugin</artifactId>
                 <version>${project.version}</version>
-                <configuration>
-                    <!-- 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>false</failOnMissingDescription>
-                </configuration>
                 <executions>
                     <execution>
                         <id>readme</id>