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

acosentino pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 62e621e  Regen for commit 4d6cc433bc31c24cd49e0f2e3f1a06f63a83834a
62e621e is described below

commit 62e621e1cb48110db92402e44e47f4e4dbd51c9b
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Mon Dec 20 18:17:26 2021 +0000

    Regen for commit 4d6cc433bc31c24cd49e0f2e3f1a06f63a83834a
    
    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