You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/25 16:32:30 UTC

[Commons Wiki] Update of "CreatingReleases" by SiegfriedGoeschl

Dear Wiki user,

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

The following page has been changed by SiegfriedGoeschl:
http://wiki.apache.org/commons/CreatingReleases

------------------------------------------------------------------------------
   
  ==== A.3 Maven Installation ====
  
- Currently Maven 2.0.8 or better is required to run the release process 
+ Currently Maven 2.0.10 or better is required to run the release process 
   
  ==== A.4 Maven Server Settings ====
  
@@ -184, +184 @@

  
  === E. Go live ===
  
-  1. Copy distributions to the Commons {{{dist/}}} area.
+ ==== E.1 Copy to "dist" ====
  
-  1. {{{mvn stage:copy -Dsource="...staging-repo-url..." -Dtarget="...rsync-repo-url..."}}}
+ Copy distributions to the Commons {{{dist/}}} area which is located on "people.apache.org" under "/www/archive.apache.org/dist/commons"
  
-  1. {{{mvn site-deploy}}}
+ ==== E.2 Copy Artifacts from Staging ====
+ 
+ The Maven Stage plugin copies the artifacts (from you release candidate) to the M2 sync directory (people.apache.org/repo/m2-ibiblio-rsync-repository). 
+ 
+ The following example was used to do the copy the artifacts for commonse-exec-1.0 based on RC5
+ 
+ {{{
+ mvn stage:copy -Dsource="http://people.apache.org/builds/commons/exec/1.0/RC5/staged/" \
+   -Dtarget="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository" \
+   -DtargetRepositoryId=apache.releases \ 
+   -Dversion=1.0
+ }}}
+ 
+ ==== E.3 Deploy the Site ====
+ 
+ Run {{{mvn site-deploy}}} to deploy the site - please note that you a deploying the site of the next development snapshot.
  
  === F. Celebrate ===
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org