mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Revert last changes in maven's useIncrementalCompilation (it's not work and recompile non changed modules)
This commit is contained in:
parent
1067881564
commit
9e94ee0810
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -25,7 +25,7 @@
|
||||||
so remove this arg with update that fixes the problem
|
so remove this arg with update that fixes the problem
|
||||||
https://jira.codehaus.org/browse/MCOMPILER-209
|
https://jira.codehaus.org/browse/MCOMPILER-209
|
||||||
-->
|
-->
|
||||||
<useIncrementalCompilation>true</useIncrementalCompilation>
|
<useIncrementalCompilation>false</useIncrementalCompilation>
|
||||||
<!-- <compilerArgument>-Xlint:all</compilerArgument> -->
|
<!-- <compilerArgument>-Xlint:all</compilerArgument> -->
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in a new issue