Versions Compared

Key

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

...

The Camel Maven Plugin allows you to run your Enterprise Integration Patterns inside Maven along with being able to support Visualisation maven reports.

The following plugins Goals are supported

Plugin

Maven Info

Description

camel:run documentation

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 documentation

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

 

 

Running your routing rules via camel:run

...