Re: War Maven artifacts deployment

2019-03-17 Thread Romain Manni-Bucau
Le dim. 17 mars 2019 à 19:35, Gaël Lalire a écrit : > > Le 17 mars 2019 à 16:22, Romain Manni-Bucau a > écrit : > > > Le dim. 17 mars 2019 à 14:51, Gaël Lalire a > > écrit : > > > >> > >> Le 17 mars 2019 à 13:21, Romain Manni-Bucau a > >> écrit : > >> > >>> Le dim. 17 mars 2019 à 12:56, Gaël L

Re: War Maven artifacts deployment

2019-03-17 Thread Gaël Lalire
Le 17 mars 2019 à 16:22, Romain Manni-Bucau a écrit : > Le dim. 17 mars 2019 à 14:51, Gaël Lalire a > écrit : > >> >> Le 17 mars 2019 à 13:21, Romain Manni-Bucau a >> écrit : >> >>> Le dim. 17 mars 2019 à 12:56, Gaël Lalire a >>> écrit : >>> Hello Romain, I already explain

Re: War Maven artifacts deployment

2019-03-17 Thread Romain Manni-Bucau
Le dim. 17 mars 2019 à 14:51, Gaël Lalire a écrit : > > Le 17 mars 2019 à 13:21, Romain Manni-Bucau a > écrit : > > > Le dim. 17 mars 2019 à 12:56, Gaël Lalire a > > écrit : > > > >> Hello Romain, > >> > >> I already explained why I do not want to give file or jar:file URL, even > >> if I have

Re: War Maven artifacts deployment

2019-03-17 Thread Gaël Lalire
Le 17 mars 2019 à 13:21, Romain Manni-Bucau a écrit : > Le dim. 17 mars 2019 à 12:56, Gaël Lalire a > écrit : > >> Hello Romain, >> >> I already explained why I do not want to give file or jar:file URL, even >> if I have it. >> Maven resolver is giving me File, I create a VestigeJar from it >

Re: War Maven artifacts deployment

2019-03-17 Thread Romain Manni-Bucau
Le dim. 17 mars 2019 à 12:56, Gaël Lalire a écrit : > Hello Romain, > > I already explained why I do not want to give file or jar:file URL, even > if I have it. > Maven resolver is giving me File, I create a VestigeJar from it > https://gaellalire.fr/gitlab/vestige/vestige.spi.resolver/blob/maste

Re: War Maven artifacts deployment

2019-03-17 Thread Gaël Lalire
Hello Romain, I already explained why I do not want to give file or jar:file URL, even if I have it. Maven resolver is giving me File, I create a VestigeJar from it https://gaellalire.fr/gitlab/vestige/vestige.spi.resolver/blob/master/src/main/java/fr/gaellalire/vestige/spi/resolver/VestigeJar.j

Re: War Maven artifacts deployment

2019-03-17 Thread Romain Manni-Bucau
Hi Gaël, In Tomee we plugged before to enrich the classloader and then tomcat -and other libs - works normally using jar urls. Cant you use a listener to do that and convert m2 urls to plain jar files - at the end it is local files i guess otherwise you generally consume too much memory to be pro