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 >>> é

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 giv

Re: War Maven artifacts deployment

2019-03-17 Thread Gaël Lalire
content in memory I will use shared locks (fcntl) to keep the content of RandomAccessFile the way it was when I checked it. VestigeJar#open will create an InputStream reading from this locked RandomAccessFile. Regards, Gaël Lalire Le 17 mars 2019 à 10:17, Romain Manni-Bucau a écrit : > Hi G

War Maven artifacts deployment

2019-03-17 Thread Gaël Lalire
Hello Tomcat developers, I made a software to enable update of Java applications named Vestige. To achieve that, Vestige use Maven, downloading Maven artifacts and creating classloaders linked with jar inside m2 repository. I made it to update my IBM notes connector (POP access provider). The