mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
* Maven - Added workaround for bug in compiler plugin 3.2 that alwas all sources were compiled.
This commit is contained in:
parent
4adc55eb80
commit
9fbd5a04bd
4 changed files with 9 additions and 10 deletions
7
pom.xml
7
pom.xml
|
|
@ -20,6 +20,13 @@
|
|||
<source>1.7</source>
|
||||
<target>1.7</target>
|
||||
<encoding>UTF-8</encoding>
|
||||
<!--
|
||||
Because of known error in maven-compiler-plugin 3.2 useIncrementalCompilation is inverted
|
||||
so remove this arg with update that fixes the problem
|
||||
https://jira.codehaus.org/browse/MCOMPILER-209
|
||||
-->
|
||||
<useIncrementalCompilation>false</useIncrementalCompilation>
|
||||
<!-- <compilerArgument>-Xlint:all</compilerArgument> -->
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue