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 2022/05/24 08:33:31 UTC

[GitHub] [camel-k] squakez commented on issue #3295: Run without source code

squakez commented on issue #3295:
URL: https://github.com/apache/camel-k/issues/3295#issuecomment-1135572748

   There are several ways to use custom dependencies. Pre 1.9 you can use Jitpack dependencies (https://camel.apache.org/camel-k/1.9.x/configuration/dependencies.html#dependencies-kind-jitpack). In 1.9 release you can use directly the `-d` option passing your dependency, such as:
   ```
   kamel run MyIntegration.java -d file://path/to/my-integration.jar
   ```
   Have a look to the blog post for some more detail: https://camel.apache.org/blog/2022/04/camel-k-release-1-9/


-- 
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: commits-unsubscribe@camel.apache.org

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