You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ba...@apache.org on 2012/01/10 23:08:12 UTC

svn commit: r1229762 - in /maven/site/trunk/src/site/apt/developers: index.apt website/deploy-maven-website.apt

Author: baerrach
Date: Tue Jan 10 22:08:12 2012
New Revision: 1229762

URL: http://svn.apache.org/viewvc?rev=1229762&view=rev
Log:
Updated documentation to explain deploying http://maven.apache.org

Added:
    maven/site/trunk/src/site/apt/developers/website/deploy-maven-website.apt   (with props)
Modified:
    maven/site/trunk/src/site/apt/developers/index.apt

Modified: maven/site/trunk/src/site/apt/developers/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/index.apt?rev=1229762&r1=1229761&r2=1229762&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/index.apt (original)
+++ maven/site/trunk/src/site/apt/developers/index.apt Tue Jan 10 22:08:12 2012
@@ -90,8 +90,10 @@ Maven Developer Centre
 
   []
 
-* Deploy Maven references
+* Maven Website
 
+  * {{{./website/deploy-maven-website.html}Deploy Maven Website}}
+  
   * {{{./website/deploy-maven-current-ref.html}Deploy Maven Current References}}
 
   []

Added: maven/site/trunk/src/site/apt/developers/website/deploy-maven-website.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/website/deploy-maven-website.apt?rev=1229762&view=auto
==============================================================================
--- maven/site/trunk/src/site/apt/developers/website/deploy-maven-website.apt (added)
+++ maven/site/trunk/src/site/apt/developers/website/deploy-maven-website.apt Tue Jan 10 22:08:12 2012
@@ -0,0 +1,73 @@
+ ------
+ Deploy Maven Website
+ ------
+ Barrie Treloar
+ ------
+ Jan 2012
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Introduction
+
+ This document gives step-by-step instructions for deploying the Maven website {{{http://maven.apache.org}http://maven.apache.org}}.
+ 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
+ {{{../committer-settings.html}Committer settings}}.
+
+Deploy Maven Website
+
+ [[1]] Do a fresh check out of the Maven site, for example:
+
++-----+
+$ svn checkout https://svn.apache.org/repos/asf/maven/site site
++-----+
+
+ [[2]] Execute the site goal
+
++-----+
+site$ mvn site 
++-----+
+
+ [[3]] Verify the documentation before deploying
+
+ You could also use the <stage> goal of the Maven Site Plugin to verify the site output. For instance:
+
++-----+
+site$ mvn site:stage -DstagingDirectory=/tmp/maven-website
++-----+
+
+ [[4]] Deploy to people.apache.org
+
++-----+
+site $ mvn site-deploy 
++-----+
+
+ It will copy the site to the <site.deploy.url> which is currently defined in the pom.xml as <scp://people.apache.org/www/maven.apache.org/>
+
+ <<Note:>> It will {{{http://www.apache.org/dev/release-publishing.html#sync-delay}take an hour or so to sync}}.
+
+ []

Propchange: maven/site/trunk/src/site/apt/developers/website/deploy-maven-website.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/site/trunk/src/site/apt/developers/website/deploy-maven-website.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision