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:16:54 UTC

[camel-spring-boot] branch main updated: Fixed Main 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 main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new ed58f2c6 Fixed Main branch: There are still reference to spring-boot docs maven plugin
ed58f2c6 is described below

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

    Fixed Main 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>