From: Jeff J. <jef...@us...> - 2007-05-12 02:33:07
|
jeffjensen 07/05/11 19:33:06 Modified: . HOWTO_RELEASE.txt Log: add tip. Revision Changes Path 1.7 +4 -0 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/HOWTO_RELEASE.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- HOWTO_RELEASE.txt 28 Jan 2007 14:08:49 -0000 1.6 +++ HOWTO_RELEASE.txt 12 May 2007 02:33:05 -0000 1.7 @@ -54,6 +54,10 @@ To deploy the release: maven -Dmaven.repo.list=maven.plugins.sf.releases plugin:repository-deploy +TIP: When "strange/unknown" build failures occur, +sometimes fixing any problems with "maven site" (error messages are more apparent) +first magically fixes the deploy issues (e.g. missing <version> info). + PUBLISH THE SITE TO SOURCEFORGE ------------------------------- |