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.git
The following commit(s) were added to refs/heads/master by this push: new ef30376 Fixed link in camel-component-maven-plugin docs ef30376 is described below commit ef30376c4d05cc97bdc86227da7f87a99dcda04d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jun 8 20:02:45 2020 +0200 Fixed link in camel-component-maven-plugin docs --- docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc b/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc index beecc2a..18ea975 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc @@ -10,7 +10,7 @@ Maven Plugin] allows you to generate all the necessary metadata and Java classes This goal will generate the following metadata files and Java files: * Jandex index: it will generate a Jandex index for used Java annotations within the project which allows to more efficiency to search and load the annotations to generate other metadata as mentioned below. -* Type Converter Loader: it will xref:type-converter.adoc [generate a loader for type converter] annotated with `@Converter(loader = true)` to allow faster way for Camel to load these converter. +* Type Converter Loader: it will xref:manual::type-converter.adoc [generate a loader for type converter] annotated with `@Converter(loader = true)` to allow faster way for Camel to load these converter. * SPIs: it will generate all Service Provider Interfaces (SPI) for the component. This allows Camel to auto-discover your component without adding it manually to the Camel context. * Configurers: it will generate all configurer Java classes from `@Configuer` annotated classes. * Endpoint Schema: it will generate the property configurers as well as schema JSONs extracted from the component's Endpoint and Component classes. This allows Camel to avoid reflections while configuring the properties, thus allows for better efficiency. @@ -47,4 +47,4 @@ In case you *did not* use the Camel Maven Archetypes to bootstrap the initial co </plugin> ---- -This will attach this plugin `:generate` goal to Maven's `process-classes`, in order to generate all the necessary files being describe above upon compilation. Thus, `mvn test`, `mvn package`, `mvn verify` and `mvn install` phases should run this plugin. \ No newline at end of file +This will attach this plugin `:generate` goal to Maven's `process-classes`, in order to generate all the necessary files being describe above upon compilation. Thus, `mvn test`, `mvn package`, `mvn verify` and `mvn install` phases should run this plugin.