Kaynağa Gözat

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

Sangjin Lee 9 yıl önce
ebeveyn
işleme
4dc0a39493

+ 2 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -1706,6 +1706,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

+ 1 - 0
hadoop-project/pom.xml

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