HADOOP-12761. incremental maven build is not really incremental (sjlee)

(cherry picked from commit 4dc0a39493)
This commit is contained in:
Sangjin Lee 2016-02-03 08:58:49 -08:00
parent e211ab777e
commit b0ab6df079
2 changed files with 3 additions and 0 deletions

View File

@ -1070,6 +1070,8 @@ Release 2.7.3 - UNRELEASED
HADOOP-12706. TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp
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
INCOMPATIBLE CHANGES

View File

@ -994,6 +994,7 @@
<configuration>
<source>${javac.version}</source>
<target>${javac.version}</target>
<useIncrementalCompilation>false</useIncrementalCompilation>
</configuration>
</plugin>
<plugin>