Author: brett
Date: Thu Nov 22 21:16:13 2007
New Revision: 597550

URL: http://svn.apache.org/viewvc?rev=597550&view=rev
Log:
move the releasing doc here. Still needs to be updated

Added:
    maven/archiva/site/src/site/apt/developers/
    maven/archiva/site/src/site/apt/developers/releasing.apt
      - copied, changed from r597541, 
maven/archiva/trunk/archiva-docs/release-readme.txt

Copied: maven/archiva/site/src/site/apt/developers/releasing.apt (from r597541, 
maven/archiva/trunk/archiva-docs/release-readme.txt)
URL: 
http://svn.apache.org/viewvc/maven/archiva/site/src/site/apt/developers/releasing.apt?p2=maven/archiva/site/src/site/apt/developers/releasing.apt&p1=maven/archiva/trunk/archiva-docs/release-readme.txt&r1=597541&r2=597550&rev=597550&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-docs/release-readme.txt (original)
+++ maven/archiva/site/src/site/apt/developers/releasing.apt Thu Nov 22 
21:16:13 2007
@@ -1,11 +1,16 @@
-Archiva release process.
+ -----
+ Archiva release process
+ -----
 
-1) Perform a release:prepare at root of subversion tree.
+Archiva release process
 
-2) Perform a release:peform at the root of subversion tree.
+ [[1]] Perform a release:prepare at root of subversion tree.
+
+ [[2]] Perform a release:peform at the root of subversion tree.
 
    Be sure you have the appropriate $HOME/.m2/settings.xml settings.
 
+-----
   <profiles>
     <profile>
       <id>release</id>
@@ -14,38 +19,33 @@
       </properties>
     </profile>
   </profiles>
+-----
 
   Be sure you update your gpg passphrase!!
 
-3) Create the vote for release email.
+  [[3]] Create the vote for release email.
 
-4) Wait 72 hours
+  [[4]] Wait 72 hours
 
-5) Tabulate votes
+  [[5]] Tabulate votes
 
-   If a negative binding vote occurs, the release must be reviewed.
+   If a negative vote occurs, the release should be reviewed (note that this 
is not considered a veto and is up to the discretion of the release manager).
    If 3 or more positive binding votes occur, then the release is blessed.
 
-6) Perform a stage:copy of the staged repository to the 
m2-ibiblio-rsync-repository location.
+  [[6]] Perform a stage:copy of the staged repository to the 
m2-ibiblio-rsync-repository location.
    This plugin can be found at the subversion url below:
      https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin
 
-   $ mvn stage:copy 
-Dsource="http://people.apache.org/builds/maven/archiva/1.0-alpha-1/m2-staging-repository/";
 
-Dtarget="scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"
 -Dversion=1.0-alpha-1 -DrepositoryId=apache.releases
-
-7) Copy the binaries over to the dist directory.
-
-   $ ssh people.apache.org cp 
/www/people.apache.org/builds/maven/archiva/1.0-alpha-1/archiva-*-bin* 
/www/www.apache.org/dist/maven/binaries/
+~~TODO: include Deng's stage:copy command and other notes
 
-   $ ssh people.apache.org cp 
/www/people.apache.org/builds/maven/archiva/1.0-alpha-1/archiva-*-src* 
/www/www.apache.org/dist/maven/source/
+  [[7]] Update the archiva/site documents to point to the new downloads.
 
-8) Update the archiva-site documents to point to the new downloads.
-
-   Update the released binaries to the latest in 
archiva-site/src/site/apt/download.apt
+   Update the released binaries to the latest in 
archiva/site/src/site/apt/download.apt
    To point to the new binaries and source files.
 
-   Also add the latest release in the Latest News in 
archiva-site/src/site/xdoc/index.xml
-
-9) Deploy the site.
+  [[8]] Deploy the site.
 
-   $ mvn clean site:site site:deploy
+-----
+   $ mvn clean site-deploy
+-----
 


Reply via email to