This is an automated email from the ASF dual-hosted git repository.

oalsafi 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 2b2afa4  Add a note about maven-archetypes to the docs
2b2afa4 is described below

commit 2b2afa4637107b73838ddba45001598d59e0caf4
Author: Omar Al-Safi <[email protected]>
AuthorDate: Mon Jun 8 10:14:22 2020 +0200

    Add a note about maven-archetypes to the docs
---
 docs/user-manual/modules/ROOT/pages/writing-components.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/writing-components.adoc 
b/docs/user-manual/modules/ROOT/pages/writing-components.adoc
index fa6d180..8adaa1b 100644
--- a/docs/user-manual/modules/ROOT/pages/writing-components.adoc
+++ b/docs/user-manual/modules/ROOT/pages/writing-components.adoc
@@ -20,6 +20,8 @@ following line -- `class=com.example.CustomComponent`.
 Users can then either explicitly create your component, configure it and
 register with a `CamelContext` or users can use a URI which auto-creates your 
component.
 
+*Note:* It is recommended to bootstrap your initial component using 
xref:camel-maven-archetypes.adoc[Camel Maven Archetypes], as it will give you 
all the necessary bits to start developing your component with ease.
+
 [[WritingComponents-WritingEndpoints]]
 == Writing Endpoints
 

Reply via email to