This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit fc826be7fdb669650fc0a52fb5409cd582a21556 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 23 08:24:11 2020 +0200 Fixed README.adoc location --- .../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 023ed70..f3c70c7b 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 @@ -180,7 +180,7 @@ public class UpdateDocComponentsListMojo extends AbstractMojo { .count(); // update the big readme file in the extensions dir - File file = new File(readmeComponentsStarterDir, "readme.adoc"); + File file = new File(readmeComponentsStarterDir, "README.adoc"); boolean exists = file.exists(); String changed = templateComponents(components, count, deprecated); boolean updated = updateComponents(file, changed);