Versions Compared

Key

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

...

Documentation

Reference

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

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

camel:dot

camel:dot

Generates DOT files and then HTML, PNG, SVG files for your EIP routing rules with integration into Maven Reports

Adding the plugin to your pom.xml

Add the following in your <build><plugins> section

Note

You may override the default Spring application context file uri META-INF/spring/*.xml by using the applicationContextUri property in the camel-maven-plugin configuration. Paths may be split using a semi-colon (;).

...