Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 88999 invoked from network); 8 Dec 2008 19:55:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2008 19:55:19 -0000 Received: (qmail 59568 invoked by uid 500); 8 Dec 2008 19:55:25 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 59527 invoked by uid 500); 8 Dec 2008 19:55:25 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 59512 invoked by uid 99); 8 Dec 2008 19:55:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 11:55:25 -0800 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; Mon, 08 Dec 2008 19:53:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 65B31234C349 for ; Mon, 8 Dec 2008 11:54:44 -0800 (PST) Message-ID: <508652325.1228766084415.JavaMail.jira@brutus> Date: Mon, 8 Dec 2008 11:54:44 -0800 (PST) From: "Doug Cutting (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3305) Publish hadoop-core to the apache repository with an appropriate POM file In-Reply-To: <1655566574.1209040041626.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654549#action_12654549 ] Doug Cutting commented on HADOOP-3305: -------------------------------------- Shouldn't this replace build.xml, not add ivybuild.xml? > Publish hadoop-core to the apache repository with an appropriate POM file > ------------------------------------------------------------------------- > > Key: HADOOP-3305 > URL: https://issues.apache.org/jira/browse/HADOOP-3305 > Project: Hadoop Core > Issue Type: New Feature > Components: build > Affects Versions: 0.16.2, 0.16.3 > Reporter: Steve Loughran > Priority: Minor > Attachments: HADOOP-3305.patch, HADOOP-3305_V2.patch, hadoop-core-0.16.2.pom, ivy-support-first-pass.zip, ivysupport.zip, ivysupport.zip, rmlib.sh, rmlib_V2.sh > > > To let people downstream build/test with hadoop, using Apache Ivy or Apache Maven2 to pull it down, hadoop-core needs to be published to the apache repository with a .pom file that lists its mandatory dependencies. > In an automated build process, this means > -having a template XML pom defining all included dependencies (and excluded transient dependency artifacts) > -having a property file driving version numbering of all artifacts > -copying this template with property expansion to create the release POM file > -public releases only: sticking this POM file up on people.apache.org in the right place, along with the JAR and some .md5 checksums > There's a risk that if the hadoop team dont do this, someone else will (as mahout are doing under http://people.apache.org/~kalle/mahout/maven2/org/apache/hadoop/ ) > This is bad as hadoop end up fielding the support calls from someone elses files. > Before automating the process, existing hadoop-core JARs can be pushed out with hand-encoded POM files. The repository police dont allow pom files ever to be changed, so supporting existing releases (.16.2, 0.16.3 ... ) is a way of beta testing the POMs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.