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 7e9925e60ec Regen for commit 821adb8cc121dfdace94f20bf36346dbfb51b6bb
(#7895)
7e9925e60ec is described below
commit 7e9925e60ec3f1295e0f260118ca7aa6224936bf
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 27 13:13:43 2022 +0200
Regen for commit 821adb8cc121dfdace94f20bf36346dbfb51b6bb (#7895)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: davsclaus <[email protected]>
---
docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
b/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
index c25ffc0cb2c..b20a5806f98 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
@@ -4,6 +4,7 @@ The Camel Maven Plugin supports the following goals
- camel:run - To run your Camel application
- camel:dev - To run your Camel application in developer mode
+ - camel:debug - To run your Camel application in debug mode
- camel:prepare-fatjar - To prepare your Camel application for being packaged
as a fat-jar (such as by maven-assembly-plugin)
== camel:run