Skip to content

Commit db715fa

Browse files
committed
CAMEL-16861: Update docs
1 parent fbd9c5d commit db715fa

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/user-manual/modules/ROOT/pages/camel-jbang.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,14 @@ To remove a plugin from the current Camel JBang command line tooling, you can us
12201220
camel plugin delete <plugin-name>
12211221
----
12221222

1223+
==== Building custom plugins
1224+
1225+
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],
1226+
to see how that is done.
1227+
1228+
IMPORTANT: The name of the plugin Maven **artifactId** must start with `camel-jbang-plugin-`. For example if the plugin is named `cheese`, then
1229+
the maven artifact must be named `camel-jbang-plugin-cheese`.
1230+
12231231
=== Running Pipes
12241232

12251233
Camel also supports running pipes, which represent Kubernetes custom resources following a specific CRD format (Kubernetes Custom Resource Definitions).

0 commit comments

Comments
 (0)