This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.11.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 7ddb50243676e44466f6d2d38502597fd66fd63a Author: David Jencks <[email protected]> AuthorDate: Wed Oct 6 17:21:40 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; /**
