It is still on my wishlist to make use of javac via the ToolProvider, just like now is done with jlink.[1] But this one might be interesting too.
Robert [1] https://github.com/apache/maven-jlink-plugin/pull/16 On 15-11-2020 22:24:21, Enrico Olivelli <[email protected]> wrote: Hey folks, I had never heard about this javac server before https://openjdk.java.net/jeps/139 Is there any way we can exploit it in order to speed up the build? Is it enough to execute javac tool inside the same JVM of Maven core to get the same results? Do anyone have experience with it? Enrico
