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 12A5E10A74 for ; Wed, 17 Dec 2014 22:31:15 +0000 (UTC) Received: (qmail 98425 invoked by uid 500); 17 Dec 2014 22:31:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 98269 invoked by uid 500); 17 Dec 2014 22:31:13 -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 98033 invoked by uid 99); 17 Dec 2014 22:31:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 22:31:13 +0000 Date: Wed, 17 Dec 2014 22:31:13 +0000 (UTC) From: "Dima Spivak (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-12705) Fix up Maven project layout MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Dima Spivak created HBASE-12705: ----------------------------------- Summary: Fix up Maven project layout Key: HBASE-12705 URL: https://issues.apache.org/jira/browse/HBASE-12705 Project: HBase Issue Type: Improvement Components: build Reporter: Dima Spivak Assignee: Dima Spivak Among the comments in HBASE-12294 was reference to the fact that you can't just build HBase by running {{mvn package}} from the top-level directory because of dependencies of certain goals on the hbase-annotations and hbase-checkstyle modules. I'd like to take a stab at reorganizing the project layout so that it's no longer necessary to do a {{mvn install}} on these modules before your local build will succeed. Down the rabbit hole I go, unless someone objects. :) -- This message was sent by Atlassian JIRA (v6.3.4#6332)