Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToReleasePostMavenization" page has been changed by Arun C Murthy: http://wiki.apache.org/hadoop/HowToReleasePostMavenization?action=diff&rev1=20&rev2=21 ''This page is prepared for Hadoop Core committers. You need committer rights to create a new Hadoop Core release.'' - These instructions have been updated for Hadoop 0.20.0 and later releases. For earlier releases, check out an [[http://wiki.apache.org/hadoop/HowToRelease?action=recall&rev=48|older revision]] of this page. For 0.21.0 and later many of the steps need to be done in turn for Common, HDFS, and MapReduce. + These instructions have been updated for Hadoop 0.23.0 and later releases. For earlier releases, check out an [[http://wiki.apache.org/hadoop/HowToRelease?action=recall&rev=48|older revision]] of this page. = Preparation = @@ -103, +103 @@ $ mvn versions:set -DnewVersion=$version # make the distribution (do not use 'clean' or -Dtar) - $ mvn package install site deploy -Psrc -Pnative -Pdist gpg:sign -DskipTests=true -Dcontainer-executor.conf.dir=/etc/hadoop -Dgpg.passphrase=<passphrase> + $ mvn package site deploy -Psrc -Pnative -Pdist gpg:sign -Dmaven.test.skip.exec=true -Dcontainer-executor.conf.dir=/etc/hadoop -Dgpg.passphrase=<passphrase> # remove ivy cache and build MR1 jars, copy them to the distribution $ rm -rf ~/.ivy2/cache/org.apache.hadoop*
