From: Jeff J. <jef...@us...> - 2006-05-13 14:41:57
|
jeffjensen 06/05/13 07:41:56 Modified: . HOWTO_RELEASE.txt Log: Differentiate snapshot vs release review command for site gen. Revision Changes Path 1.3 +12 -3 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/HOWTO_RELEASE.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- HOWTO_RELEASE.txt 25 Apr 2006 06:10:35 -0000 1.2 +++ HOWTO_RELEASE.txt 13 May 2006 14:41:56 -0000 1.3 @@ -67,10 +67,14 @@ Update and checkin the changes.xml file, including date of release. Generate site locally and review: -maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository site + For snapshot: + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/snapshot-repository site -Then deploy it -maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository site:sshdeploy + For release: + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository site + +Then deploy it: +maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository -Dmaven.site.failonerror=false site:sshdeploy NOTE: If you are using the maven-site-plugin >= 1.7 you will also have to use -Dmaven.site.failonerror=false. The reason for that is that on the sourceforge server, remote users don't have the right to change the @@ -86,3 +90,8 @@ maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository announcement Edit it (adjust repos at minimum) and email. + +TAG THE SOURCE +-------------- +cd to the dir containing the project and enter the CVS command: + |