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/06/27 11:13:53 UTC

[camel] branch main updated: Regen for commit 821adb8cc121dfdace94f20bf36346dbfb51b6bb (#7895)

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] <41...@users.noreply.github.com>
AuthorDate: Mon Jun 27 13:13:43 2022 +0200

    Regen for commit 821adb8cc121dfdace94f20bf36346dbfb51b6bb (#7895)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 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