Allow for conditional aggregation of routes for DOT generation during the maven
build.
--------------------------------------------------------------------------------------
Key: CAMEL-413
URL: https://issues.apache.org/activemq/browse/CAMEL-413
Project: Apache Camel
Issue Type: New Feature
Environment: Any
Reporter: Kevin Ross
Fix For: 1.3.0
For ease of unit testing, I separate distinct routes under different camel
contexts. Unit testing is then quite easy, but DOT generation is really not a
good representation when seeking to view the system as a whole.
This is a patch to camel-spring (Main.java), and the camel-maven-plugin. It
allows the optional pom.xml configuration parameter (as well as a new Main.java
parameter) to allow routes to be aggregated for the purposes of DOT generation
only. Aggregation should have no impact on the runtime, and routes should not
be started again.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.