vertx-maven-plugin icon indicating copy to clipboard operation
vertx-maven-plugin copied to clipboard

recompiling only changed source files on redeploy

Open stephenstubbs opened this issue 8 years ago • 2 comments

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?

stephenstubbs avatar Aug 18 '17 14:08 stephenstubbs

Sorry for raising issue here I have read the maven-compiler-plugin docs and adding <useIncrementalCompilation>false</useIncrementalCompilation> has fixed this issue.

stephenstubbs avatar Aug 18 '17 22:08 stephenstubbs

Hi,

Which flag did you set to false? I would like to add it to the vertx maven plugin documentation.

cescoffier avatar Aug 20 '17 08:08 cescoffier