Claus Ibsen created CAMEL-22143:
-----------------------------------
Summary: camel-report-maven-plugin - A goal to save Camel routes
as XML/YAML for diagram tooling
Key: CAMEL-22143
URL: https://issues.apache.org/jira/browse/CAMEL-22143
Project: Camel
Issue Type: New Feature
Components: tooling
Reporter: Claus Ibsen
Fix For: 4.13.0
We have
[https://camel.apache.org/manual/camel-report-maven-plugin.html]
It would be nice to have a new goal "route-dump" or something named like that
you can put in a build / ci-cd pipeline and let Camel generate a XML or YAML
dump of the route(s). You should be able to configure filters for which routes
to include/exclude.
We can do something similar as camel jbang get route-dump does. Then we can do
this for all DSLs.
The route-coverage goal is doing code parsing and it does not build up a entire
full model, but only the structure. So it has some limitations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)