Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 480A591C6 for ; Mon, 6 Feb 2012 06:40:03 +0000 (UTC) Received: (qmail 51741 invoked by uid 500); 6 Feb 2012 06:39:56 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 51340 invoked by uid 500); 6 Feb 2012 06:39:35 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 51329 invoked by uid 500); 6 Feb 2012 06:39:32 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 51325 invoked by uid 99); 6 Feb 2012 06:39:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 06:39:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 06:39:29 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id ADEAA95D; Mon, 6 Feb 2012 06:39:09 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 06 Feb 2012 06:39:09 -0000 Message-ID: <20120206063909.78333.1652@eos.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Trivial_Update_of_=22HowToReleasePostMaveniza?= =?utf-8?q?tion=22_by_Arun_C_Murthy?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "HowToReleasePostMavenization" page has been changed by Arun C Murthy: http://wiki.apache.org/hadoop/HowToReleasePostMavenization?action=3Ddiff&re= v1=3D27&rev2=3D28 $ mvn versions:set -DnewVersion=3D${version} = # make the distribution (do not use 'clean' or -Dtar, for now do not use = install either since it breaks -Psrc) - $ mvn deploy -Psign,src,native,dist -Dmaven.test.skip.exec=3Dtrue -Dconta= iner-executor.conf.dir=3D/etc/hadoop + $ mvn deploy site -Psign,src,native,dist -Dmaven.test.skip.exec=3Dtrue -D= container-executor.conf.dir=3D/etc/hadoop = # remove ivy cache and build MR1 jars, copy them to the distribution (unt= il MR1 and GridMixv3 is mavenized) $ rm -rf ~/.ivy2/cache/org.apache.hadoop*