Re: Camel-K and local maven repository

2022-04-27 Thread Pasquale Congiusti
On top of what John has suggested, also remind you can use the Jitpack feature for any dependencies which can be stored in Git. See the documentation [1] and an example [2] as a reference. Cheers, Pasquale. [1]

Re: Camel-K and local maven repository

2022-04-27 Thread John Poth
Hi Michael, Is your Maven repository http://localserver:8081/ accessible from the camel-k operator pod ? Logs from the operator pod might help troubleshoot. Alternatively, as of camel-k v1.9.0, you can use local dependencies directly from the run command: kamel run integration.java -d

Camel-K and local maven repository

2022-04-26 Thread Michael Rambichler
Hi Guys, I just do not get it running to reference a local dependency in my camel-k integrations. Any help or hints would be appreciated. Best Michael Please see below my test setting. This is my simple Test route with a modline: dependency= *mvn:com.hello:hello-tool:1.0.0* // camel-k: