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=31&rev2=32

  hadoop-mapreduce-project/src/test/aop/build/aop.xml
  }}}
  
- = Building =
+ = Building the Release Candidate (RC) =
  
        1. Build the release & run unit tests.  This is captured in 
[[http://svn.apache.org/viewvc/hadoop/nightly/hudsonBuildHadoopRelease.sh?view=markup]].
 {{{
  # mvn clean
@@ -104, +104 @@

  $ mvn versions:set -DnewVersion=${version}
  
  # make the distribution (do not use 'clean' or -Dtar, for now do not use 
install either since it breaks -Psrc)
- $ mvn package install -DskipTests=true
+ $ mvn package install -Dmaven.test.skip.exec=true
  $ mvn deploy -Psign,src,native,dist -Dmaven.test.skip.exec=true 
-Dcontainer-executor.conf.dir=/etc/hadoop
  
  # remove ivy cache and build MR1 jars, copy them to the distribution (until 
MR1 and GridMixv3 is mavenized)

Reply via email to