Re: Are mvn URLs in startup.properties resolved locally or against maven central?

2019-07-08 Thread Francois Papon
Great! Thanks Steinar! regards, François fpa...@apache.org Le 08/07/2019 à 17:47, Steinar Bang a écrit : >> Jean-Baptiste Onofré : >> You are welcome ;) > Karaf 4.2.6 have been debian-packaged and deployed to my apt-repo > >

Re: Are mvn URLs in startup.properties resolved locally or against maven central?

2019-07-08 Thread Jean-Baptiste Onofré
Nice ! Thanks for sharing Steinar. Regards JB On 08/07/2019 17:47, Steinar Bang wrote: >> Jean-Baptiste Onofré : > >> You are welcome ;) > > Karaf 4.2.6 have been debian-packaged and deployed to my apt-repo > >

Re: Are mvn URLs in startup.properties resolved locally or against maven central?

2019-07-08 Thread Steinar Bang
> Jean-Baptiste Onofré : > You are welcome ;) Karaf 4.2.6 have been debian-packaged and deployed to my apt-repo https://steinar.bang.priv.no/2018/01/23/installing-apache-karaf-on-debian/comment-page-1/#comment-14352 Thanks again!

Re: Are mvn URLs in startup.properties resolved locally or against maven central?

2019-07-07 Thread Jean-Baptiste Onofré
Hi, see my answer on the previous e-mail: the file has to be in the system folder for the ones defined in etc/startup.properties. Regards JB On 07/07/2019 16:25, Steinar Bang wrote: >> Steinar Bang : > >> I'm trying to get my debian APT package of karaf to build for karaf 4.2.6. >>

Re: Are mvn URLs in startup.properties resolved locally or against maven central?

2019-07-07 Thread Jean-Baptiste Onofré
Hi, for the bundles located in etc/startup.properties, it doesn't use maven or pax-url because it's loaded AFTER startup.properties. The Karaf Main is loading etc/startup.properties and "translate" the URLs (which are not actually mvn URLs) in the system folder. So, it means that if you have

Re: Are mvn URLs in startup.properties resolved locally or against maven central?

2019-07-07 Thread Steinar Bang
> Steinar Bang : > I'm trying to get my debian APT package of karaf to build for karaf 4.2.6. > https://github.com/steinarb/karaf-debian > > https://steinar.bang.priv.no/2018/01/23/packaging-karaf-with-native-debian-packaging-tools/ > (the last time I built this package was with version

Are mvn URLs in startup.properties resolved locally or against maven central?

2019-07-07 Thread Steinar Bang
I'm trying to get my debian APT package of karaf to build for karaf 4.2.6. https://github.com/steinarb/karaf-debian https://steinar.bang.priv.no/2018/01/23/packaging-karaf-with-native-debian-packaging-tools/ (the last time I built this package was with version 4.1.7 on december 1 2018) Karaf