Author: hboutemy
Date: Sun Oct 22 10:32:08 2017
New Revision: 1812893

URL: http://svn.apache.org/viewvc?rev=1812893&view=rev
Log:
added details  on svn vs git components

Added:
    maven/doxia/site/trunk/content/xdoc/source-repository.xml   (with props)
Modified:
    maven/doxia/site/trunk/pom.xml

Added: maven/doxia/site/trunk/content/xdoc/source-repository.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/trunk/content/xdoc/source-repository.xml?rev=1812893&view=auto
==============================================================================
--- maven/doxia/site/trunk/content/xdoc/source-repository.xml (added)
+++ maven/doxia/site/trunk/content/xdoc/source-repository.xml Sun Oct 22 
10:32:08 2017
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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.
+-->
+
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  <properties>
+    <title>Source Repository</title>
+  </properties>
+  <body>
+    <section name="Source Repository">
+      <p>
+        Maven Doxia projects use <a href="http://git-scm.com/";>Git</a> or <a 
href="http://subversion.apache.org/";>Subversion</a> to manage their source code:
+        decisions to stay with Subversion or move to Git are tracked on <a 
href="https://cwiki.apache.org/confluence/display/MAVEN/Git+Migration";>Maven's 
Wiki</a>.
+      </p>
+      <p>
+        Instructions on Subversion use can be found in the online book <a 
href="http://svnbook.red-bean.com/";>Version Control with Subversion</a>.
+        Instructions on Git use can be found in the online book <a 
href="http://git-scm.com/book/";>Pro Git</a>.
+        Instructions for using the Apache Software Foundation Git repositories 
are at <a 
href="https://git-wip-us.apache.org/";>https://git-wip-us.apache.org</a>.
+      </p>
+
+      <subsection name="Components in Git">
+      <p>
+        The components in git are:
+        <table>
+          <tr>
+            <td><a href="/doxia/doxia/">Apache Maven Doxia base</a></td>
+            <td><source><a 
href="https://gitbox.apache.org/repos/asf/maven-doxia.git";>https://gitbox.apache.org/repos/asf/maven-doxia.git</a></source></td>
+            <td><a href="https://github.com/apache/maven-doxia/";>(GitHub 
mirror)</a></td>
+          </tr>
+          <tr>
+            <td><a href="/doxia/doxia-sitetools/">Apache Maven Doxia 
Sitetools</a></td>
+            <td><source><a 
href="https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git";>https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</a></source></td>
+            <td><a 
href="https://github.com/apache/maven-doxia-sitetools/";>(GitHub mirror)</a></td>
+          </tr>
+        </table>
+      </p>
+      </subsection>
+
+      <subsection name="Components in Subversion">
+      <p>
+        Everything in Subversion can be checked-out from a single entry point, 
referencing each part through svn:externals
+        <source><a 
href="http://svn.apache.org/viewvc/maven/doxia/trunks/";>https://svn.apache.org/repos/asf/maven/doxia/trunks/</a></source>
+      </p>
+      <p>
+        You can also check out every component separately. The components in 
Subversion are:
+        <table>
+          <tr>
+            <td><a href="/doxia/doxia-tools/">Apache Maven Doxia Tools: 
Linkcheck, Converter, ...</a></td>
+            <td><source><a 
href="https://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/";>https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/</a></source></td>
+            <td><a href="https://github.com/apache/maven-doxia-tools/";>(GitHub 
mirror)</a></td>
+          </tr>
+          <tr>
+            <td><a href="/doxia/doxia-ide.html">Apache Maven Doxia IDE</a></td>
+            <td><source><a 
href="https://svn.apache.org/viewvc/maven/doxia/doxia-ide/trunk/";>https://svn.apache.org/repos/asf/maven/doxia/doxia-ide/trunk/</a></source></td>
+            <td><a href="https://github.com/apache/maven-doxia-ide/";>(GitHub 
mirror)</a></td>
+          </tr>
+        </table>
+      </p>
+      </subsection>
+
+      <subsection name="Doxia website">
+      <p>The sources for this site are available in a separate Subversion 
location:</p>
+      <source><a 
href="https://svn.apache.org/viewvc/maven/doxia/site/trunk";>https://svn.apache.org/repos/asf/maven/doxia/site/trunk</a></source>
+      </subsection>
+    </section>
+  </body>
+</document>

Propchange: maven/doxia/site/trunk/content/xdoc/source-repository.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: maven/doxia/site/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/trunk/pom.xml?rev=1812893&r1=1812892&r2=1812893&view=diff
==============================================================================
--- maven/doxia/site/trunk/pom.xml (original)
+++ maven/doxia/site/trunk/pom.xml Sun Oct 22 10:32:08 2017
@@ -309,21 +309,15 @@ under the License.
           <reportSet><!-- execute only reports necessary for main site, in a 
dedicated reportSet -->
             <id>site-mpir</id>
             <reports>
-              <report>index</report>          <!-- apt/index.apt.vm -->
+              <!--report>index</report>      apt/index.apt.vm -->
               <report>project-team</report>
               <report>mailing-list</report>
-              <report>scm</report>
+              <!--report>scm</report>        xdoc/source-repository.xml -->
               <report>issue-tracking</report>
               <report>cim</report>
             </reports>
           </reportSet>
         </reportSets>
-        <configuration>
-          <checkoutDirectoryName>doxia</checkoutDirectoryName>
-          
<webAccessUrl>http://svn.apache.org/viewvc/maven/doxia/</webAccessUrl>
-          
<anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/trunks/</anonymousConnection>
-          
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/trunks/</developerConnection>
-        </configuration>
       </plugin>
     </plugins>
   </reporting>


Reply via email to