Re: How to integrate a kar file into existing karaf application

2023-05-11 Thread Jean-Baptiste Onofré
Hi, The best option is probably to use directly features instead of kar. For kar, you can use the deploy folder or directly the kar service. So, IMHO: 1. You app should provide a features repo XML and upload artifacts on a repo 2. You can create a custom karaf distro including your features

How to integrate a kar file into existing karaf application

2023-05-10 Thread jose.garnica.lomeli
I have a git project that generate a kar file using jenkins pipelines, when we deploy the kar file we need move it manually into the deploy folder of our karaf application(the karaf application use accurev instead git) In your opinion, what is the best way to improve the process? I have some