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/01/02 01:52:54 UTC

svn commit: r844566 - in /websites/staging/maven/trunk/content: ./ maven-site-1.0-site.jar source-repository.html

Author: buildbot
Date: Wed Jan  2 00:52:53 2013
New Revision: 844566

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar
    websites/staging/maven/trunk/content/source-repository.html

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan  2 00:52:53 2013
@@ -1 +1 @@
-1427605
+1427608

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

Modified: websites/staging/maven/trunk/content/source-repository.html
==============================================================================
--- websites/staging/maven/trunk/content/source-repository.html (original)
+++ websites/staging/maven/trunk/content/source-repository.html Wed Jan  2 00:52:53 2013
@@ -252,8 +252,10 @@ under the License. -->
         Maven projects use <a class="externalLink" href="http://git-scm.com/">Git</a> or <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage their source code.
         Instructions on Subversion use can be found in the online book <a class="externalLink" href="http://svnbook.red-bean.com/">Version Control with Subversion</a>.
         Instructions on Git use can be found in the online book <a class="externalLink" href="http://git-scm.com/book/">Pro Git</a>.
+        Instructions for using the Apache Software Foundation Git repositories are at
+        <a class="externalLink" href="https://git-wip-us.apache.org/">https://git-wip-us.apache.org</a>.
       </p>
-      <div class="section"><h3>Web Access<a name="Web_Access"></a></h3>
+      <div class="section"><h3>Maven Core<a name="Maven_Core"></a></h3>
         <p>
           The git repository for maven contains a master branch which is the current development version. There is also a
           branch for maven-2.2.X.
@@ -262,13 +264,27 @@ under the License. -->
         <p>The integration tests for the Maven core have their own repository:
           </p><div class="source"><pre><a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git">https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git</a></pre></div>
         
+      </div>
+      <div class="section"><h3>Other Components<a name="Other_Components"></a></h3>
         <p>
-          The source repositories for the various plugins are listed in the documentation of the respective plugin,
+          The source repositories for the various plugins are in Subversion, listed in the documentation of the respective plugin,
           reachable via the <a href="plugins/index.html">plugin index</a>.
         </p>
         <p>
-          There are also many shared components and subsystems with their own source repositories, some in Subversion, some in GIT.
-        </p>
+          There are also many shared components and subsystems with their own source repositories, some in Subversion, some in Git.
+          The components in git are:
+          </p><table border="0" class="bodyTable">
+            <tr class="a">
+              <td>Apache Maven SCM</td><td><a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/maven-scm.git">https://git-wip-us.apache.org/repos/asf/maven-scm.git</a></td>
+            </tr>
+            <tr class="b">
+              <td>Apache Maven Wagon</td><td><a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/maven-wagon.git">https://git-wip-us.apache.org/repos/asf/maven-wagon.git</a></td>
+            </tr>
+            <tr class="a">
+              <td>Apache Maven Surefire</td><td><a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/maven-surefire.git">https://git-wip-us.apache.org/repos/asf/maven-surefire.git</a></td>
+            </tr>
+          </table>
+        
         <p>The sources for this site are available in a separate location:</p>
         <div class="source"><pre>
 <a class="externalLink" href="http://svn.apache.org/viewvc/maven/site/trunk">http://svn.apache.org/viewvc/maven/site/trunk</a></pre></div>
@@ -276,7 +292,7 @@ under the License. -->
         <div class="source"><pre>
           plugins: http://svn.apache.org/repos/asf/maven/plugins/trunk/
           shared libraries: http://svn.apache.org/repos/asf/maven/shared/trunk/
-          See various sub projects in svn: http://svn.apache.org/repos/asf/maven/
+          Other sub-projects in svn: http://svn.apache.org/repos/asf/maven/
         </pre></div>
       </div>
       <div class="section"><h3>Anonymous Access<a name="Anonymous_Access"></a></h3>