You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bu...@apache.org on 2013/04/14 09:45:19 UTC

svn commit: r858405 - in /websites/staging/maven/trunk/content: ./ developers/release/maven-shared-release.html maven-site-1.0-site.jar

Author: buildbot
Date: Sun Apr 14 07:45:18 2013
New Revision: 858405

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/developers/release/maven-shared-release.html
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 14 07:45:18 2013
@@ -1 +1 @@
-1467737
+1467738

Modified: websites/staging/maven/trunk/content/developers/release/maven-shared-release.html
==============================================================================
--- websites/staging/maven/trunk/content/developers/release/maven-shared-release.html (original)
+++ websites/staging/maven/trunk/content/developers/release/maven-shared-release.html Sun Apr 14 07:45:18 2013
@@ -234,7 +234,7 @@ bimargulies" />
     <div id="bodyColumn">
       <div id="contentBox">
         <!-- 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. --><div class="section"><h2>Releasing A Maven Shared Component<a name="Releasing_A_Maven_Shared_Compone
 nt"></a></h2><p>Releasing a Maven component is much the same as any other Maven project. The following guide walks through most of the steps:</p><ul><li><a href="./maven-project-release-procedure.html"> Maven Project Common Release procedure</a></li></ul><p>Note that components have particular conventions for deploying the project site. When encountered in the release process above, perform the following steps:</p><div class="section"><h3>Staging the latest documentation<a name="Staging_the_latest_documentation"></a></h3><p>Once the release is prepared, but before the release vote, the site needs to be staged.</p><p>The shared component parent POM is configured to stage the documentation in a &quot;versioned&quot; directory such as <tt>/shared-archives/maven-XXX-Y.Z</tt>.</p><ol style="list-style-type: decimal"><li>Stage the documentation for the current release version (not the new snapshot).<div class="source"><pre>cd target/checkout
-mvn site site-deploy -Preporting</pre></div></li></ol><p>deployed to <a class="externalLink" href="http://maven.apache.org/shared-archives/"></a>maven-XXX-Y.Z/</p></div><div class="section"><h3>Deploying the release website<a name="Deploying_the_release_website"></a></h3><p>After the release has passed, the site needs to be uploaded.</p><p><b>Note:</b> Be sure to generate and deploy the site using the same version of the release. Typically, you need to check out the tag (or go to <tt>target/checkout</tt>)</p><div class="source"><pre>cd target/checkout
+mvn site site-deploy -Preporting</pre></div></li></ol><p>deployed to <a class="externalLink" href="http://maven.apache.org/shared-archives/">http://maven.apache.org/shared-archives/</a>maven-XXX-Y.Z/</p></div><div class="section"><h3>Deploying the release website<a name="Deploying_the_release_website"></a></h3><p>After the release has passed, the site needs to be uploaded.</p><p><b>Note:</b> Be sure to generate and deploy the site using the same version of the release. Typically, you need to check out the tag (or go to <tt>target/checkout</tt>)</p><div class="source"><pre>cd target/checkout
 mvn site-deploy -Preporting -Psite-release</pre></div><p>Or </p><div class="source"><pre>svn rm https://svn.apache.org/repos/infra/websites/production/maven/content/shared/maven-XXX
 svn cp https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/maven-XXX-Y.Z \ 
            https://svn.apache.org/repos/infra/websites/production/maven/content/shared/maven-XXX</pre></div><p>To review the site, wait for the files to arrive at</p><div class="source"><pre>http://maven.apache.org/shared/maven-XXX/</pre></div></div></div>

Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.