manifoldcf
manifoldcf copied to clipboard
Improve MAVEN build Performance
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.
The default value is true according to https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html
This pull request is including something included in the default project so we don't want to merge it