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 23:09:30 UTC

svn commit: r1147491 - /maven/site/trunk/src/site/xdoc/source-repository.xml

Author: hboutemy
Date: Sat Jul 16 21:09:29 2011
New Revision: 1147491

URL: http://svn.apache.org/viewvc?rev=1147491&view=rev
Log:
added links to site source

Modified:
    maven/site/trunk/src/site/xdoc/source-repository.xml

Modified: maven/site/trunk/src/site/xdoc/source-repository.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/source-repository.xml?rev=1147491&r1=1147490&r2=1147491&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/source-repository.xml (original)
+++ maven/site/trunk/src/site/xdoc/source-repository.xml Sat Jul 16 21:09:29 2011
@@ -45,6 +45,9 @@ under the License.
           The source repositories for the various plugins are listed in the documentation of the respective plugin,
           reachable via the <a href="plugins/index.html">plugin index</a>.
         </p>
+        <p>The sources for this site are available in a separate location:</p>
+        <source>
+<a href="http://svn.apache.org/viewvc/maven/site/trunk">http://svn.apache.org/viewvc/maven/site/trunk</a></source>
       </subsection>
       <subsection name="Anonymous Access">
         <p>
@@ -53,7 +56,8 @@ under the License.
         </p>
         <source>
 $ svn checkout http://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x maven-2.2.x
-$ svn checkout http://svn.apache.org/repos/asf/maven/maven-3/trunk maven-3</source>
+$ svn checkout http://svn.apache.org/repos/asf/maven/maven-3/trunk maven-3
+$ svn checkout http://svn.apache.org/repos/asf/maven/site/trunk</source>
       </subsection>
       <subsection name="Developer Access">
         <p>
@@ -62,7 +66,8 @@ $ svn checkout http://svn.apache.org/rep
         </p>
         <source>
 $ svn checkout https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x maven-2.2.x
-$ svn checkout https://svn.apache.org/repos/asf/maven/maven-3/trunk maven-3</source>
+$ svn checkout https://svn.apache.org/repos/asf/maven/maven-3/trunk maven-3
+$ svn checkout https://svn.apache.org/repos/asf/maven/site/trunk</source>
         <p>
           To commit changes to the repository, execute the following command to commit your changes (<code>svn</code> will
           prompt you for your password):
@@ -77,7 +82,8 @@ $ svn commit --username your-username -m
         </p>
         <source>
 $ svn checkout https://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x maven-2.2.x
-$ svn checkout https://svn.apache.org/repos/asf/maven/maven-3/trunk maven-3</source>
+$ svn checkout https://svn.apache.org/repos/asf/maven/maven-3/trunk maven-3
+$ svn checkout https://svn.apache.org/repos/asf/maven/site/trunk</source>
       </subsection>
       <subsection name="Access through a Proxy">
         <p>