Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84080172B6 for ; Wed, 12 Nov 2014 00:38:35 +0000 (UTC) Received: (qmail 53798 invoked by uid 500); 12 Nov 2014 00:38:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 53678 invoked by uid 500); 12 Nov 2014 00:38:35 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 53431 invoked by uid 99); 12 Nov 2014 00:38:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 00:38:35 +0000 Date: Wed, 12 Nov 2014 00:38:35 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12382) Restore incremental compilation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-12382: ----------------------------------- Fix Version/s: 2.0.0 Status: Patch Available (was: Open) > Restore incremental compilation > ------------------------------- > > Key: HBASE-12382 > URL: https://issues.apache.org/jira/browse/HBASE-12382 > Project: HBase > Issue Type: Sub-task > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 2.0.0 > > Attachments: HBASE-12382.patch > > > The build changes in HBASE-11912 required an upgrade of the Maven compiler plugin from 2.5.1 to something >= 3.0. We're now using 3.2. We also switch from whatever Maven does by default with an embedding of tools.jar to invocation of javac. We are no longer getting incremental builds due to Maven bugs hit by these changes. http://jira.codehaus.org/browse/MCOMPILER-209 suggests paradoxically setting useIncrementalCompilation to 'false' will restore incremental compilation behavior. -- This message was sent by Atlassian JIRA (v6.3.4#6332)