You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/05/13 12:01:59 UTC

[GitHub] [camel-k] lburgazzoli commented on issue #653: Improve documentation

lburgazzoli commented on issue #653: Improve documentation
URL: https://github.com/apache/camel-k/issues/653#issuecomment-491794130
 
 
   Your library need to be hosted on an maven repo then you can run
   
       kamel run --dependency mvn:your.company/your.artifact/version printer.groovy
   
   If the library is not on maven central:
   
       kamel run --repository http://your.repo --dependency mvn:your.company/your.artifact/version printer.groovy
   
   

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


With regards,
Apache Git Services