This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch fix245 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit d9e10eb469f8d407999e032be006cf942422f9f2 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Oct 9 12:27:47 2019 +0200 Add todo --- .../apache/camel/quarkus/maven/UpdateDocExtensionsListMojo.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tooling/maven/package-maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateDocExtensionsListMojo.java b/tooling/maven/package-maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateDocExtensionsListMojo.java index 08a439b..b5e7697 100644 --- a/tooling/maven/package-maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateDocExtensionsListMojo.java +++ b/tooling/maven/package-maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateDocExtensionsListMojo.java @@ -188,6 +188,8 @@ public class UpdateDocExtensionsListMojo extends AbstractMojo { getLog().warn("No readme.adoc file: " + file); } + // TODO: update websiteDocFile + } catch (IOException e) { throw new MojoFailureException("Error due " + e.getMessage(), e); } @@ -249,6 +251,8 @@ public class UpdateDocExtensionsListMojo extends AbstractMojo { getLog().warn("No readme.adoc file: " + file); } + // TODO: update websiteDocFile + } catch (IOException e) { throw new MojoFailureException("Error due " + e.getMessage(), e); } @@ -304,6 +308,8 @@ public class UpdateDocExtensionsListMojo extends AbstractMojo { getLog().warn("No readme.adoc file: " + file); } + // TODO: update websiteDocFile + } catch (IOException e) { throw new MojoFailureException("Error due " + e.getMessage(), e); } @@ -353,6 +359,8 @@ public class UpdateDocExtensionsListMojo extends AbstractMojo { getLog().warn("No readme.adoc file: " + file); } + // TODO: update websiteDocFile + } catch (IOException e) { throw new MojoFailureException("Error due " + e.getMessage(), e); }