This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-spring-boot-3.7.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.7.x by
this push:
new 68bbb81 Fixed build as this plugin is no longer needed
68bbb81 is described below
commit 68bbb81e56311c1f8b7a11768603c36501bc4dcc
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Dec 13 16:22:23 2021 +0100
Fixed build as this plugin is no longer needed
---
catalog/camel-catalog-provider-springboot/pom.xml | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/catalog/camel-catalog-provider-springboot/pom.xml
b/catalog/camel-catalog-provider-springboot/pom.xml
index a006e18..0baa0c7 100644
--- a/catalog/camel-catalog-provider-springboot/pom.xml
+++ b/catalog/camel-catalog-provider-springboot/pom.xml
@@ -70,27 +70,4 @@
</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>