Repository: hadoop
Updated Branches:
  refs/heads/branch-2.7 af9de19cf -> 5131ee56a


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

(cherry picked from commit 4dc0a3949386ce2961356143a5a843dd537829dc)


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

Branch: refs/heads/branch-2.7
Commit: 5131ee56a63561abe0c8547b7e96e3591fa2999c
Parents: af9de19
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 09:03:03 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/5131ee56/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 10ae05a..0324137 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -45,6 +45,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/5131ee56/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 3beab18..ce51d61 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -961,6 +961,7 @@
           <configuration>
             <source>${javac.version}</source>
             <target>${javac.version}</target>
+            <useIncrementalCompilation>false</useIncrementalCompilation>
           </configuration>
         </plugin>
         <plugin>

Reply via email to