You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2013/01/02 01:21:21 UTC

svn commit: r1427596 - /maven/site/trunk/content/xdoc/source-repository.xml

Author: bimargulies
Date: Wed Jan  2 00:21:21 2013
New Revision: 1427596

URL: http://svn.apache.org/viewvc?rev=1427596&view=rev
Log:
Add integration tests to source page.

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

Modified: maven/site/trunk/content/xdoc/source-repository.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/source-repository.xml?rev=1427596&r1=1427595&r2=1427596&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/source-repository.xml (original)
+++ maven/site/trunk/content/xdoc/source-repository.xml Wed Jan  2 00:21:21 2013
@@ -39,10 +39,16 @@ under the License.
           branch for maven-2.2.X.
         </p>
         <source> <a href="https://git-wip-us.apache.org/repos/asf/maven.git">https://git-wip-us.apache.org/repos/asf/maven.git</a></source>
+        <p>The integration tests for the Maven core have their own repository:
+          <source><a 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></source>
+        </p>
         <p>
           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>
+          There are also many shared components and subsystems with their own source repositories, some in Subversion, some in GIT.
+        </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>