HomeOfTheWizard commented on issue #496: URL: https://github.com/apache/maven-mvnd/issues/496#issuecomment-2277729537
My use case is the same as @dcaillia and @chicobento. I am running the same maven project with same set of plugins over and over, from a new container everytime. The main goal of my experiment is to see if I can start a container with a deamon already running, and with a JIT cache already warmed up and the plugin classloaders already loaded, for the set of plugins I use in my project. Ideally do that during `docker build`, so when I create the container it already has the deamon, and I can simply run `mvnd clean install` as ENTRYPOINT and have my maven build startup fast. But first I tried to see if I can connect to an already running deamon. Thanks for your tips, I know how to do it now. Now the question is: Can I use the same registry file to override the JIT and plugin Classloader cache of a running deamon ? If not, is there another way to prepare this cache during docker build ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org