You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/06/27 09:52:54 UTC

[camel] branch main updated: Add camel:debug as goals supported by the Camel Maven Plugin

This is an automated email from the ASF dual-hosted git repository.

nfilotto 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 036a1feb034 Add camel:debug as goals supported by the Camel Maven Plugin
036a1feb034 is described below

commit 036a1feb0349043a49738ced42802a3c6b955e26
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Mon Jun 27 11:52:32 2022 +0200

    Add camel:debug as goals supported by the Camel Maven Plugin
---
 tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc b/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc
index c25ffc0cb2c..b20a5806f98 100644
--- a/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc
+++ b/tooling/maven/camel-maven-plugin/src/main/docs/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