Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToReleasePreDSBCR" page has been changed by KonstantinShvachko: https://wiki.apache.org/hadoop/HowToReleasePreDSBCR?action=diff&rev1=89&rev2=90 Comment: Change the deploy command so that it uploads source and javadoc artifacts on Nexus. 1. --(Use [[https://builds.apache.org/job/HADOOP2_Release_Artifacts_Builder|this Jenkins job]] to create the final release files)-- Create final release files {{{ - mvn clean package -Psrc -Pdist -Pnative -Dtar -DskipTests + mvn clean deploy -Psign,src,dist,native -Dtar -DskipTests - mvn deploy -Psign -DskipTests mvn site site:stage -DskipTests }}} + 1. Make sure that on [[https://repository.apache.org|Nexus]] all artifacts have corresponding sources and javaDoc jars. 1. Copy release files to the distribution directory 1. Check out the corresponding svn repo if need be {{{ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
