You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/16 22:25:58 UTC

svn commit: r1147486 - /maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt

Author: hboutemy
Date: Sat Jul 16 20:25:58 2011
New Revision: 1147486

URL: http://svn.apache.org/viewvc?rev=1147486&view=rev
Log:
added links to explained mecanisms

Modified:
    maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt

Modified: maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt?rev=1147486&r1=1147485&r2=1147486&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt (original)
+++ maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt Sat Jul 16 20:25:58 2011
@@ -28,14 +28,14 @@
 
 Introduction
 
- This document gives step-by-step instructions for deploying the Maven current references.
+ This document gives step-by-step instructions for deploying the {{{/ref/current/}Maven current references}}.
  The primary audience is Maven PMC.
 
 Prerequisite
 
  Be sure that:
 
- * you have all Maven servers defined in your settings.xml. For more information, please refer to
+ * you have all Maven servers defined in your <<<settings.xml>>>. For more information, please refer to
  {{{../committer-settings.html}Committer settings}}.
 
  * you have created your GPG keys. For more information, please refer to {{{../release/pmc-gpg-keys.html}Making GPG Keys}}.
@@ -68,9 +68,14 @@ maven-2.2.0$ mvn site:stage -Preporting 
 maven-2.2.0$ mvn site-deploy -Preporting
 +-----+
 
- It will create a new folder <2.2.0> in </www/maven.apache.org/ref/> on the Apache server.
+ It will create a new folder <2.2.0> in <{{{/ref/}/www/maven.apache.org/ref/}}> on the Apache server.
 
- <<Note:>> It will take an hour or so to sync.
+ <<Note:>> It will {{{http://www.apache.org/dev/release-publishing.html#sync-delay}take an hour or so to sync}}.
 
  []
 
+Information on <<<{{/ref/current}}>>> mecanism
+
+  The redirection from <<<{{/ref/current}}>>> to actual Maven version reference is done through
+  <<<{{{http://svn.apache.org/viewvc/maven/site/trunk/src/site/filtered-resources/.htaccess?view=markup}.htaccess}}>>>
+  published in site.
\ No newline at end of file