How to configure custom maven repository #1226
-
Ask a questionHow can I configure a private maven repository in karavan integration build which will load the necessary custom maven dependencies of the project (private dependencies which are not in maven central repo)? Currently it will try to get dependencies from maven central repo which will fail. Are there any properties in application.properties similar to camel.jbang.dependencies where i can configure the private repo VariantNone Container Management (if applicable)Kubernetes Operating System (if applicable)Linux Version4.4.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You need to configure More info https://camel.apache.org/manual/camel-jbang.html#_using_3rd_party_maven_repositories |
Beta Was this translation helpful? Give feedback.
-
And you don't need to add camel components you use to deps in application.properties. Camel-jbang analyses Yaml routes and adds dependencies automagically |
Beta Was this translation helpful? Give feedback.
I think you need make a custom devmode image, and set
karavan.devmode.image
property for Karavan Application