manifoldcf icon indicating copy to clipboard operation
manifoldcf copied to clipboard

Improve MAVEN build Performance

Open hongdongni opened this issue 3 years ago • 1 comments

Maven can recompile only the classes that were affected by a change. This feature is the default. We can activate it by setting <useIncrementalCompilation>true</useIncrementalCompilation>.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

hongdongni avatar Dec 05 '21 15:12 hongdongni

The default value is true according to https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html

schuch avatar Dec 12 '21 09:12 schuch

This pull request is including something included in the default project so we don't want to merge it

OpenPj avatar Jun 25 '24 08:06 OpenPj