Versions Compared

Key

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

camel:doc

Camel supports Visualisation to be able to turn your Enterprise Integration Patterns into a nice graphical represenation.

If you run the camel:doc goal it will boot up your CamelContext just like the camel:embedded but it will only keep up for a few seconds.

During that time it will generate a DOT file generated in target/site/cameldoc. Then this DOT file will be converted nicely into a HTML report.

So if you run

Code Block

mvn camel:doc

Your generated PNG/SVG files will then be in the target/site/cameldoc directory.

(Note that you need to have built your project before running this).

Note that you do not need to explicitly run this goal; you could just integrate this plugin into the normal Maven report generationCreated by James Strachan
On Fri Aug 17 08:57:41 BST 2007
Using TimTam