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 2021/11/08 17:20:13 UTC

[camel-spring-boot] branch camel-spring-boot-3.13.x updated: Fixed 3.13.x branch: There are still reference to spring-boot docs maven plugin

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

acosentino pushed a commit to branch camel-spring-boot-3.13.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.13.x by this push:
     new 6972956  Fixed 3.13.x branch: There are still reference to spring-boot docs maven plugin
6972956 is described below

commit 697295649e703b0b46a2f336ca912f2871257a70
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 8 18:12:44 2021 +0100

    Fixed 3.13.x branch: There are still reference to spring-boot docs maven plugin
---
 catalog/camel-catalog-provider-springboot/pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/catalog/camel-catalog-provider-springboot/pom.xml b/catalog/camel-catalog-provider-springboot/pom.xml
index f8b3d3a..cd5b276 100644
--- a/catalog/camel-catalog-provider-springboot/pom.xml
+++ b/catalog/camel-catalog-provider-springboot/pom.xml
@@ -69,27 +69,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>