Versions Compared

Key

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

Camel Maven Plugin

The Camel Maven Plugin allows you to run your Enterprise Integration Patterns inside Maven along with being able to support Visualisation along with integration of the Visualisation diagrams into the standard maven reports for your project.

Goals

...

Supported

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:doc

camel:doc

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

...