Author: hboutemy
Date: Sat Mar 24 23:10:43 2012
New Revision: 1304960
URL: http://svn.apache.org/viewvc?rev=1304960&view=rev
Log:
updated release publish instructions
Modified:
maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt
Modified: maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt
URL: http://svn.apache.org/viewvc/maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt?rev=1304960&r1=1304959&r2=1304960&view=diff
==============================================================================
--- maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt
(original)
+++ maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt
Sat Mar 24 23:10:43 2012
@@ -62,29 +62,23 @@ http://maven.apache.org/plugins/maven-XX
[[2]] declare the directory in {{{/extpaths.txt}extpaths.txt}} using the CMS, through
the bookmarklet.
-* Deploying the release website
+* Publishing the release website
- After the release has passed, the site needs to be uploaded.
-
- TODO: make choice between multiple solutions:
-
- [[a]] svn copy (joes thinks this choice is a bad idea)
+ After the release has passed, the site needs to be updated to point to the new release:
+-------+
svnmucc -U https://svn.apache.org/repos/infra/websites/production/maventest/content/plugins
\
- rm maven-XXX-plugin cp maven-XXX-plugin-Y.Z maven-XXX-plugin
+ put =(printf "link maven-XXX-plugin-Y.Z") maven-XXX-plugin \
+ propset svn:special '*' maven-XXX-plugin
+-------+
- [[b]] create/change symlink
+ Notice that {{{http://subversion.tigris.org/issues/show_bug.cgi?id=4142}an issue has been
opened}} to add direct
+ symlink support to svnmucc, so the previous command should be in a near future:
+-------+
svnmucc -U https://svn.apache.org/repos/infra/websites/production/maventest/content/plugins
\
- put =(printf "link maven-XXX-plugin-Y.Z") maven-XXX-plugin \
- propset svn:special '*' maven-XXX-plugin
+ symlink maven-XXX-plugin maven-XXX-plugin-Y.Z
+-------+
-~~ see http://subversion.tigris.org/issues/show_bug.cgi?id=4142 for expected improvements
-
- []
* Updating the Maven site
|