Repository: hadoop
Updated Branches:
  refs/heads/trunk 1adb64e09 -> 4dc0a3949


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4dc0a394
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4dc0a394
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4dc0a394

Branch: refs/heads/trunk
Commit: 4dc0a3949386ce2961356143a5a843dd537829dc
Parents: 1adb64e
Author: Sangjin Lee <sj...@apache.org>
Authored: Wed Feb 3 08:58:49 2016 -0800
Committer: Sangjin Lee <sj...@apache.org>
Committed: Wed Feb 3 08:58:49 2016 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++
 hadoop-project/pom.xml                          | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/4dc0a394/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index 385e63d..21d8202 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/4dc0a394/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 3f4e93f..1f391db 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1005,6 +1005,7 @@
           <configuration>
             <source>${javac.version}</source>
             <target>${javac.version}</target>
+            <useIncrementalCompilation>false</useIncrementalCompilation>
           </configuration>
         </plugin>
         <plugin>

Reply via email to