Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8BC54D44D for ; Thu, 11 Oct 2012 21:39:04 +0000 (UTC) Received: (qmail 96908 invoked by uid 500); 11 Oct 2012 21:39:04 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 96877 invoked by uid 500); 11 Oct 2012 21:39:04 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 96866 invoked by uid 500); 11 Oct 2012 21:39:04 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 96863 invoked by uid 99); 11 Oct 2012 21:39:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2012 21:39:04 +0000 Date: Thu, 11 Oct 2012 21:39:04 +0000 (UTC) From: "Nitay Joffe (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <353890054.33230.1349991544341.JavaMail.jiratomcat@arcas> In-Reply-To: <708010852.126855.1348634289521.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (GIRAPH-346) Top Level POM 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/GIRAPH-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitay Joffe updated GIRAPH-346: ------------------------------- Attachment: GIRAPH-346-3.patch Rebased after GIRAPH-211. Works for me on all profiles. > Top Level POM > ------------- > > Key: GIRAPH-346 > URL: https://issues.apache.org/jira/browse/GIRAPH-346 > Project: Giraph > Issue Type: Improvement > Reporter: Nitay Joffe > Assignee: Nitay Joffe > Priority: Minor > Attachments: GIRAPH-346-2.patch, GIRAPH-346-3.patch, GIRAPH-346.patch > > > Most Maven projects that have multiple modules (as we do with main / formats) have a top level pom.xml. This allows you avoid redundancy and also to build everything from top level all at once. I'm using a lot of the formats stuff, especially playing with hive / hcatalog and it's a pain having to constantly compile everything twice. > So I propose we move all the main code under a subdir, say giraph/ or main/. Then add a pom.xml that both the giraph/ and the formats/ subdirs can point to. > Note we will still build completely separate jars. If people want to just build giraph-main without formats they can do so directly from the subdirectory. > Let me know if you guys +1 the idea and I'll whip it up. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira