Author: buildbot Date: Tue Dec 11 21:35:31 2012 New Revision: 841791 Log: Staging update by buildbot for maven
Modified: websites/staging/maven/trunk/content/ (props changed) websites/staging/maven/trunk/content/developers/website/deploy-maven-website.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 Tue Dec 11 21:35:31 2012 @@ -1 +1 @@ -1420374 +1420428 Modified: websites/staging/maven/trunk/content/developers/website/deploy-maven-website.html ============================================================================== --- websites/staging/maven/trunk/content/developers/website/deploy-maven-website.html (original) +++ websites/staging/maven/trunk/content/developers/website/deploy-maven-website.html Tue Dec 11 21:35:31 2012 @@ -229,7 +229,7 @@ </div> <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. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen ces/apt-format.html --><div class="section"><h2>Introduction<a name="Introduction"></a></h2><p>This document gives step-by-step instructions for deploying the Maven website <a class="externalLink" href="http://maven.apache.org">http://maven.apache.org</a>.</p><p>Since 10th Decemeber 2012, the main website use CMS mechanism. (see <a class="externalLink" href="https://cms.apache.org">https://cms.apache.org</a>).</p><p>You can edit pages in two ways:</p><ul><li>use the CMS UI.</li><li>checkout the content locally and modify manually.</li></ul></div><div class="section"><h2>Prerequisite<a name="Prerequisite"></a></h2><p>Be sure that:</p><ul><li>you have all Maven servers defined in your <tt>settings.xml</tt>. For more information, please refer to <a href="../committer-settings.html">Committer settings</a>.</li></ul><div class="section"><h3>Modify Maven Website with CMS UI<a name="Modify_Maven_Website_with_CMS_UI"></a></h3><ul><li>Go to <a class="externalLink" href="https://cms.a pache.org/maven">https://cms.apache.org/maven</a>.</li><li>Click link "Get maven Working Copy"</li><li>Now navigate to the content you want to modify</li><li>Once you have modify the content, you can now commit with the button "Submit".</li></ul></div><div class="section"><h3>Modify Maven Website with a local copy<a name="Modify_Maven_Website_with_a_local_copy"></a></h3><ol style="list-style-type: decimal"><li>Do a fresh check out of the Maven site, for example:<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/site site</pre></div></li><li>Execute the site goal<div class="source"><pre>site$ mvn site </pre></div></li><li>Verify the documentation before committing</li></ol></div></div><div class="section"><h2>Publish content<a name="Publish_content"></a></h2><ul><li>Verify staging content has been build with buildbot job <a class="externalLink" href="http://ci.apache.org/builders/maven-site-staging">http://ci.apache.org/builders /maven-site-staging</a></li><li>Build finish, publish modifications using <a class="externalLink" href="https://cms.apache.org/maven/publish">https://cms.apache.org/maven/publish</a></li></ul></div> + <!-- 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/referen ces/apt-format.html --><div class="section"><h2>Introduction<a name="Introduction"></a></h2><p>This document gives step-by-step instructions for deploying the Maven website <a class="externalLink" href="http://maven.apache.org">http://maven.apache.org</a>.</p><p>Since 10th Decemeber 2012, the main website use CMS mechanism. (see <a class="externalLink" href="https://cms.apache.org">https://cms.apache.org</a>).</p><p>You can edit pages in two ways:</p><ul><li>use the CMS UI.</li><li>checkout the content locally and modify manually.</li></ul></div><div class="section"><h2>How it works<a name="How_it_works"></a></h2><p>At least how a user understand that.</p><p>All the content is located here https://svn.apache.org/repos/infra/websites/production/maven/content/ then synced to lives machines.</p><p>For parts edited/build with CMS, two buildbot jobs build the content via using Maven site plugin:</p><ul><li><a class="externalLink" href="http://ci.apache.org/builders/maven-site-sta ging">http://ci.apache.org/builders/maven-site-staging</a></li><li><a class="externalLink" href="http://ci.apache.org/builders/maven-doxia-site-staging">http://ci.apache.org/builders/maven-doxia-site-staging</a></li></ul><p>Other parts can committed to the content source tree.</p><p>As CMS will delete non build content, they must be ignored with adding paths in extpaths.txt file (located in site and doxia-site in path content/resources)</p><div class="section"><h3>Modify Maven Website with CMS UI<a name="Modify_Maven_Website_with_CMS_UI"></a></h3><ul><li>Go to <a class="externalLink" href="https://cms.apache.org/maven">https://cms.apache.org/maven</a>.</li><li>Click link "Get maven Working Copy"</li><li>Now navigate to the content you want to modify</li><li>Once you have modify the content, you can now commit with the button "Submit".</li></ul></div><div class="section"><h3>Modify Maven Website with a local copy<a name="Modify_Maven_Website_with_a_local_c opy"></a></h3><ol style="list-style-type: decimal"><li>Do a fresh check out of the Maven site, for example:<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/site site</pre></div></li><li>Execute the site goal<div class="source"><pre>site$ mvn site </pre></div></li><li>Verify the documentation before committing</li></ol></div></div><div class="section"><h2>Publish content<a name="Publish_content"></a></h2><ul><li>Verify staging content has been build with buildbot job <a class="externalLink" href="http://ci.apache.org/builders/maven-site-staging">http://ci.apache.org/builders/maven-site-staging</a></li><li>Build finish, publish modifications using <a class="externalLink" href="https://cms.apache.org/maven/publish">https://cms.apache.org/maven/publish</a></li></ul></div> </div> </div> <div class="clear"> Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar ============================================================================== Binary files - no diff available.