Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Goals Supported

Documentation

Reference Goal

Description

camel:run

camel:run

Boots up Camel in a new JVM using the Spring configuration at META-INF/spring/*.xml and runs your routing rules. From Camel 2.10 onwards also OSGi blueprint is supported to load from OSGI-INF/blueprint/*.xml (requires to configure the plugin to use blueprint).

camel:hawtio

camel:hawtio

Camel 2.13/2.12.3: Extension to camel:run goal, to run Camel including the hawtio web console at http:localhost:8080/hawtio, allowing users to visualize their running Camel applications, debug and profile routes, and much more.

camel:embedded

camel:embedded

Boots up Camel in the same JVM as Maven using the Spring configuration at META-INF/spring/*.xml and runs your routing rules. From Camel 2.10 onwards also OSGi blueprint is supported to load from OSGI-INF/blueprint/*.xml (requires to configure the plugin to use blueprint).

camel:dot

camel:dot

deprecated: Generates DOT files and then HTML, PNG, SVG files for your EIP routing rules with integration into Maven Reports. This plugin only supports Spring XML files. This plugin is @deprecated.

Adding the plugin to your pom.xml

...