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/01/24 15:49:00 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue #1227: Let dependencies be defined using file URLs

lburgazzoli opened a new issue #1227: Let dependencies be defined using file URLs
URL: https://github.com/apache/camel-k/issues/1227
 
 
   As today we do allow to specify dependencies that are available through a maven repository but it should be possible to specify a local developer dependency, like:
   
       kamel run integration.java --dependency file:/path/to/my-dep.jar
   
   Under the hood the dependency should be:
   - uploaded to a s3 compatible object storage (i.e.  https://min.io) following the maven repo layout
   - consumed by camel-k as any other dependency using an s3 wagon.
       

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