You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2013/11/04 16:25:07 UTC

svn commit: r1538646 - /hive/trunk/pom.xml

Author: brock
Date: Mon Nov  4 15:25:06 2013
New Revision: 1538646

URL: http://svn.apache.org/r1538646
Log:
HIVE-5721: Incremental build is disabled by MCOMPILER-209 (Navis via Brock Noland)

Modified:
    hive/trunk/pom.xml

Modified: hive/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/pom.xml?rev=1538646&r1=1538645&r2=1538646&view=diff
==============================================================================
--- hive/trunk/pom.xml (original)
+++ hive/trunk/pom.xml Mon Nov  4 15:25:06 2013
@@ -115,6 +115,7 @@
     <velocity.version>1.5</velocity.version>
     <xerces.version>2.9.1</xerces.version>
     <zookeeper.version>3.4.3</zookeeper.version>
+    <maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
   </properties>
 
   <repositories>