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:
us...@infra.apache.org


Reply via email to