You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/12/02 18:53:33 UTC

[GitHub] [camel-k] doru1004 commented on pull request #1816: Add option to save transitive dependencies into custom location

doru1004 commented on pull request #1816:
URL: https://github.com/apache/camel-k/pull/1816#issuecomment-737427147


   @astefanutti all dependencies prints all the jars needed to run the integration as computed by maven based on the list of top level dependencies which in turn is based on the content and type of the input integration files.
   
   In addition to that, the quarkus runner is built and needed. Although the maven computed dependencies are available after the inspect command finishes, the quarkus runner is not. To simplify the process of actually using these dependencies i.e. using them from the same location, I allow the user to specify, if desired (this is optional behavior which the user can choose to use, it's not the default behavior) a location where all the dependencies (all the jars) for the integration will be dumped.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org