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

acosentino 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 8f1aec2  Regen for commit d0ad5dfe4ce3a95840650484849ba7f64889fe30
8f1aec2 is described below

commit 8f1aec283cadbd440769712ab7e398ea2111b5bb
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Mon Dec 13 09:58:24 2021 +0000

    Regen for commit d0ad5dfe4ce3a95840650484849ba7f64889fe30
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../modules/ROOT/pages/camel-maven-plugin.adoc      | 21 ---------------------
 1 file changed, 21 deletions(-)

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 066360b..240f911 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc
@@ -165,24 +165,3 @@ Remember to specify the class name of *your* main class 
where it says `com.foo.N
     </plugins>
   </build>
 ----
-
-
-== camel:dev
-
-The `camel:dev` goal of the Camel Maven Plugin is used to run your Camel 
integrations, it offers live reload of xml, yml and java files:
-
-----
-cd examples/routeloader
-mvn camel:dev
-----
-
-By adding, editing or removing files in `src/main/resources/myroutes` running 
routes will be stopped and new ones will be created.
-
-=== Options
-
-The maven plugin *dev* extends from the run one, so all the properties and 
behaviour are still valid, moreover a new property is defined:
-
-|===
-| Parameter | Default Value | Description
-| routesDirectory | null | Path to integration files, by default maven 
resource folder (src/main/resources) will be used.
-|===

Reply via email to