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 e1bbfbdde37 Regen for commit 3dc451652dee4706f2ba142c1d05562ded410f36 e1bbfbdde37 is described below commit e1bbfbdde372b2dd31bf115f5f9ba0cd673973c0 Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Fri Sep 2 06:16:43 2022 +0000 Regen for commit 3dc451652dee4706f2ba142c1d05562ded410f36 Signed-off-by: GitHub <nore...@github.com> --- .../modules/ROOT/pages/camel-maven-plugin.adoc | 17 ----------------- 1 file changed, 17 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 b20a5806f98..a2b0ab8fa7b 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-maven-plugin.adoc @@ -39,23 +39,6 @@ The maven plugin *run* goal supports the following options which can be configur |=== -=== Running OSGi Blueprint - -Use the `camel-karaf-maven-plugin` which is intended for Apache Camel on Karaf/OSGi. - -=== Running CDI - -The `camel:run` plugin also supports running a CDI application - -This allows you to boot up any CDI services you wish - whether they are Camel-related, or any other CDI enabled services. -You should add the CDI container of your choice (e.g. Weld or OpenWebBeans) to the dependencies of the camel-maven-plugin such as in this example. - -From the source of Camel you can run a CDI example via - ----- -cd examples/camel-example-cdi -mvn compile camel:run ----- === Logging the classpath