vertx-maven-plugin
vertx-maven-plugin copied to clipboard
recompiling only changed source files on redeploy
I have an issue where all source files and generated sources are being recompiled on every redeploy. This is quite time consuming on a large project. Is there a way to enable only changed source files being recompiled?
Sorry for raising issue here I have read the maven-compiler-plugin docs and adding <useIncrementalCompilation>false</useIncrementalCompilation> has fixed this issue.
Hi,
Which flag did you set to false? I would like to add it to the vertx maven plugin documentation.