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 2021/11/13 12:51:52 UTC

[camel-spring-boot] branch camel-spring-boot-3.11.x updated: camel-spring-boot-docs-maven-plugin has been removed

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

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


The following commit(s) were added to refs/heads/camel-spring-boot-3.11.x by this push:
     new 7dc0728  camel-spring-boot-docs-maven-plugin has been removed
7dc0728 is described below

commit 7dc07283f64c05242d832c88f5fd864a27345078
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Nov 13 13:51:34 2021 +0100

    camel-spring-boot-docs-maven-plugin has been removed
---
 catalog/camel-catalog-provider-springboot/pom.xml  | 22 ----------------------
 .../modules/spring-boot/examples/json/xpath.json   |  2 +-
 2 files changed, 1 insertion(+), 23 deletions(-)

diff --git a/catalog/camel-catalog-provider-springboot/pom.xml b/catalog/camel-catalog-provider-springboot/pom.xml
index 07855a4..8fc9f39 100644
--- a/catalog/camel-catalog-provider-springboot/pom.xml
+++ b/catalog/camel-catalog-provider-springboot/pom.xml
@@ -70,27 +70,5 @@
 
     </dependencies>
 
-   <build>
-        <plugins>
-
-            <!-- update docs -->
-            <plugin>
-                <groupId>org.apache.camel.springboot</groupId>
-                <artifactId>camel-spring-boot-docs-maven-plugin</artifactId>
-                <version>${project.version}</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>update-doc-components-list</goal>
-                        </goals>
-                        <phase>process-resources</phase>
-                    </execution>
-                </executions>
-            </plugin>
-
-        </plugins>
-
-    </build>
-
 
 </project>
diff --git a/docs/components/modules/spring-boot/examples/json/xpath.json b/docs/components/modules/spring-boot/examples/json/xpath.json
index bd902dd..bfaa836 100644
--- a/docs/components/modules/spring-boot/examples/json/xpath.json
+++ b/docs/components/modules/spring-boot/examples/json/xpath.json
@@ -39,7 +39,7 @@
     {
       "name": "camel.language.xpath.log-namespaces",
       "type": "java.lang.Boolean",
-      "description": "Whether to log namespaces which can assist during trouble shooting",
+      "description": "Whether to log namespaces which can assist during troubleshooting",
       "sourceType": "org.apache.camel.language.xpath.springboot.XPathLanguageConfiguration",
       "defaultValue": false
     },