This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 83883f23ae6bccda1477fa67246f3abb60ce51e6 Author: David Jencks <[email protected]> AuthorDate: Wed Oct 6 17:35:57 2021 -0700 change expected location of local components docs --- .../org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java b/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java index 0312ded..59bc72d 100644 --- a/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java +++ b/tooling/camel-spring-boot-docs-maven-plugin/src/main/java/org/apache/camel/springboot/maven/UpdateDocComponentsListMojo.java @@ -100,7 +100,7 @@ public class UpdateDocComponentsListMojo extends AbstractMojo { /** * The website doc base directory */ - @Parameter(defaultValue = "${project.directory}/../../../docs/modules/ROOT/pages") + @Parameter(defaultValue = "${project.directory}/../../../docs/spring-boot/modules/ROOT/pages") protected File websiteDocBaseDir; /**
