You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

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 generation

  • No labels