This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new db715fa9b237 CAMEL-16861: Update docs
db715fa9b237 is described below
commit db715fa9b2370b33cd5076b80a4d8d0902234526
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Feb 20 11:25:14 2026 +0100
CAMEL-16861: Update docs
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index cb0171670615..ae2d6fb3cc60 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -1220,6 +1220,14 @@ To remove a plugin from the current Camel JBang command
line tooling, you can us
camel plugin delete <plugin-name>
----
+==== Building custom plugins
+
+It is possible to build custom Camel JBang plugins. We suggest to take a look
at one of the
https://github.com/apache/camel/tree/main/dsl/camel-jbang[existing plugins],
+to see how that is done.
+
+IMPORTANT: The name of the plugin Maven **artifactId** must start with
`camel-jbang-plugin-`. For example if the plugin is named `cheese`, then
+the maven artifact must be named `camel-jbang-plugin-cheese`.
+
=== Running Pipes
Camel also supports running pipes, which represent Kubernetes custom resources
following a specific CRD format (Kubernetes Custom Resource Definitions).