You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/12/06 11:46:23 UTC

[camel-karaf] branch main updated: CAMEL-18770: add blueprint archetype information

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 9858f273 CAMEL-18770: add blueprint archetype information
9858f273 is described below

commit 9858f27311a86a414a9660bf54ef9aa2ab7ff3f5
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Dec 6 10:13:04 2022 +0100

    CAMEL-18770: add blueprint archetype information
    
    The archetype was moved as part of CAMEL-15695 but this part of the
    documentation was left behind
---
 components/camel-blueprint/src/main/docs/blueprint.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-blueprint/src/main/docs/blueprint.adoc b/components/camel-blueprint/src/main/docs/blueprint.adoc
index 953031b9..bd8abbc0 100644
--- a/components/camel-blueprint/src/main/docs/blueprint.adoc
+++ b/components/camel-blueprint/src/main/docs/blueprint.adoc
@@ -44,3 +44,9 @@ To leverage camel-blueprint in OSGi, you only need the Aries Blueprint bundle an
 in addition to camel-core-xml and its dependencies.
 
 If you use Karaf, you can use the feature named camel-blueprint which will install all the required bundles.
+
+== Archetype Supported
+
+|camel-archetype-blueprint |This archetype is used to
+create a new Maven project for Camel routes to be running in OSGi using
+Blueprint.
\ No newline at end of file