HADOOP-12761. incremental maven build is not really incremental (sjlee)
(cherry picked from commit 4dc0a39493
)
This commit is contained in:
parent
af9de19cfd
commit
5131ee56a6
|
@ -45,6 +45,8 @@ Release 2.7.3 - UNRELEASED
|
||||||
HADOOP-12706. TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp
|
HADOOP-12706. TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp
|
||||||
times out occasionally (Sangjin Lee and Colin Patrick McCabe via jlowe)
|
times out occasionally (Sangjin Lee and Colin Patrick McCabe via jlowe)
|
||||||
|
|
||||||
|
HADOOP-12761. incremental maven build is not really incremental (sjlee)
|
||||||
|
|
||||||
Release 2.7.2 - 2016-01-25
|
Release 2.7.2 - 2016-01-25
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -961,6 +961,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${javac.version}</source>
|
<source>${javac.version}</source>
|
||||||
<target>${javac.version}</target>
|
<target>${javac.version}</target>
|
||||||
|
<useIncrementalCompilation>false</useIncrementalCompilation>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue