You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/22 17:10:42 UTC

[camel] 03/05: camel-jbang - more docs for export

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

commit e66be5e4147ac85e77494d797d6bffaa7efebe73
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 22 14:55:29 2022 +0200

    camel-jbang - more docs for export
---
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 3d52ccab60b..3a6c67f5e00 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -233,6 +233,7 @@ If you do not want Camel JBang to download over the internet, you can turn this
 camel run foo.java --download=false
 ----
 
+[#_adding_custom_jars]
 === Adding custom JARs
 
 Camel JBang will automatically detect dependencies for Camel components, languages, data formats, etc. that
@@ -924,6 +925,9 @@ The follow options related to _exporting_, can be configured in `application.pro
 |`camel.jbang.gav`
 |The Maven group:artifact:version
 
+|`camel.jbang.dependencies`
+|Additional dependencies (Use commas to separate multiple dependencies). See more details at xref:_adding_custom_jars[].
+
 |`camel.jbang.javaVersion`
 |Java version (11 or 17)