ammachado commented on issue #3295: URL: https://github.com/apache/camel-k/issues/3295#issuecomment-1135860314
But you still must have an integration file. Let's suppose that all my routes are packaged a few JAR files and pushed to a Maven repository. For example, I have a `common-routes` JAR with shared routes and another JAR files with the routes itself, `customer-route-package`, which depends on `common-routes`. What I'm trying to accomplish is something like: ```bash kamel run mvn:my.org:customer-route-package:1.0 -d mvn:my.org:common-routes:1.0 ``` It will even better if somehow the dependencies could be automatically pulled, like they would if the `route-package` artifact was used as a dependency in another project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
