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 2023/09/28 11:37:50 UTC

[camel] branch main updated: CAMEL-19923: Added note to camel-jbang docs about requirement for camel dependency copy

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 c85356e0ddb CAMEL-19923: Added note to camel-jbang docs about requirement for camel dependency copy
c85356e0ddb is described below

commit c85356e0ddbeec32e5dd09793a366f819532afe7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Sep 28 13:37:41 2023 +0200

    CAMEL-19923: Added note to camel-jbang docs about requirement for camel dependency copy
---
 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 8d50b3b52b0..27feb9c33ea 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -2169,6 +2169,10 @@ org.apache.camel.kamelets:camel-kamelets:0.9.3
 You can use the `camel dependency copy` command to copy the required JARs to a specific folder.
 This command reuses Maven by invoking the `mvn dependency:copy-dependencies` command.
 
+IMPORTANT: The `camel dependency copy` and `camel dependency list` uses Apache Maven,
+This requires having Apache Maven installed, and `mvn` command in PATH environment, so Camel JBang
+can invoke `mvn` command.
+
 By default, the JARs are copied to `lib` folder:
 
 [source,bash]