Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 5711 invoked from network); 1 Apr 2010 11:10:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 11:10:52 -0000 Received: (qmail 29900 invoked by uid 500); 1 Apr 2010 11:10:52 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 29862 invoked by uid 500); 1 Apr 2010 11:10:51 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 29763 invoked by uid 99); 1 Apr 2010 11:10:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 11:10:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 11:10:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F150234C4B2 for ; Thu, 1 Apr 2010 11:10:27 +0000 (UTC) Message-ID: <859246128.630391270120227191.JavaMail.jira@brutus.apache.org> Date: Thu, 1 Apr 2010 11:10:27 +0000 (UTC) From: "Giridharan Kesavan (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Created: (HADOOP-6671) To use maven for hadoop common builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org To use maven for hadoop common builds ------------------------------------- Key: HADOOP-6671 URL: https://issues.apache.org/jira/browse/HADOOP-6671 Project: Hadoop Common Issue Type: Improvement Components: build Affects Versions: 0.22.0 Reporter: Giridharan Kesavan We are now able to publish hadoop artifacts to the maven repo successfully [ Hadoop-6382] Drawbacks with the current approach: * Use ivy for dependency management with ivy.xml * Use maven-ant-task for artifact publishing to the maven repository * pom files are not generated dynamically To address this I propose we use maven to build hadoop-common, which would help us to manage dependencies, publish artifacts and have one single xml file(POM) for dependency management and artifact publishing. I would like to have a branch created to work on mavenizing hadoop common. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.