Revert last changes in maven's useIncrementalCompilation (it's not work and recompile non changed modules)

This commit is contained in:
Oleg Agafonov 2018-01-12 14:04:03 +04:00
parent 1067881564
commit 9e94ee0810

View file

@ -25,7 +25,7 @@
so remove this arg with update that fixes the problem
https://jira.codehaus.org/browse/MCOMPILER-209
-->
<useIncrementalCompilation>true</useIncrementalCompilation>
<useIncrementalCompilation>false</useIncrementalCompilation>
<!-- <compilerArgument>-Xlint:all</compilerArgument> -->
</configuration>
</plugin>