From: Jeff J. <jef...@us...> - 2007-05-30 02:59:50
|
jeffjensen 07/05/29 19:59:47 Modified: . HOWTO_RELEASE.txt Log: Add notes on full SF site deploy. Revision Changes Path 1.8 +12 -2 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/HOWTO_RELEASE.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- HOWTO_RELEASE.txt 12 May 2007 02:33:05 -0000 1.7 +++ HOWTO_RELEASE.txt 30 May 2007 02:59:47 -0000 1.8 @@ -59,8 +59,8 @@ first magically fixes the deploy issues (e.g. missing <version> info). -PUBLISH THE SITE TO SOURCEFORGE -------------------------------- +PUBLISH THE RELEASE'S SITE TO SOURCEFORGE +----------------------------------------- Set this in build.properties, or on command line when running: maven.username=(your SF id) @@ -114,3 +114,13 @@ maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository announcement Edit it (adjust repos at minimum) and email. + + +PUBLISHING THE ENTIRE SF SITE +----------------------------- +From the top level dir: +1. Build site locally and review: + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository multiproject:site + +2. Deploy it: + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository -Dmaven.site.failonerror=false multiproject:site-deploy |