Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "HowToReleasePostMavenizationWithGit" page has been changed by 
karthikkambatla:
https://wiki.apache.org/hadoop/HowToReleasePostMavenizationWithGit?action=diff&rev1=60&rev2=61

    1. Tag the release candidate: {{{
  git tag -s release-$version -m "Release candidate - $version"}}}
    1. Push branch-X.Y.Z and the newly created tag to the remote repo.
-   1. Deploy the maven artifacts. (You might want to do this in private and 
clear your history file as your gpg-passphrase is in clear text) {{{
+   1. Deploy the maven artifacts, on your personal computer. (You might want 
to do this in private and clear your history file as your gpg-passphrase is in 
clear text) {{{
- mvn clean deploy -Psign,src,dist -Dgpg.passphrase=<your-gpg-passphrase>}}}
+ mvn clean deploy -Psign,src,dist -DskipTests 
-Dgpg.passphrase=<your-gpg-passphrase>}}}
    1. Use 
[[https://builds.apache.org/job/HADOOP2_Release_Artifacts_Builder|this Jenkins 
job]] to build the artifacts
    1. Check that release file looks ok - e.g. install it and run examples from 
tutorial.
    1. Generate the checksums of the release file. {{{

Reply via email to