You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2017/12/29 14:56:36 UTC

svn commit: r1022882 - /websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/sitedescriptor.html

Author: hboutemy
Date: Fri Dec 29 14:56:36 2017
New Revision: 1022882

Log:
updated

Modified:
    websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/sitedescriptor.html

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/sitedescriptor.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/sitedescriptor.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/sitedescriptor.html Fri Dec 29 14:56:36 2017
@@ -123,9 +123,8 @@ Dennis Lundberg" />
 <h2><a name="Configuring_the_Site_Descriptor"></a>Configuring the Site Descriptor</h2>
 <p>You can create your own site descriptor for your project when you want to override the navigation tree for the site. For example, aside from the generated reports you want to add additional content to your site. In order for it to be accessible in the generated site, you must configure your site descriptor. You create the site descriptor in a file called <tt>site.xml</tt> which should be located in your <tt>src/site</tt> directory.</p>
 <p>If you are migrating from Maven 1.x you will be interested to know that the <tt>navigation.xml</tt> file has been replaced by the site descriptor in Maven 2. The format is nearly the same, so you can probably reuse most of your old file.</p>
-<p>There is a <a href="/doxia/doxia-sitetools/doxia-decoration-model/decoration.html">reference documentation for the site descriptor</a> available.</p>
-<p>The XML Schema for the site descriptor is published at <a href="/xsd/decoration-1.7.0.xsd">/xsd/decoration-1.7.0.xsd</a>.</p>
-<p>Have a look at the <a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/site/site.xml">site descriptor for Maven Site Plugin</a> for a real life example.</p>
+<p>There is a <a href="/doxia/doxia-sitetools/doxia-decoration-model/decoration.html">reference documentation for the site descriptor</a> available with its XML Schema.</p>
+<p>Have a look at the <a class="externalLink" href="https://github.com/apache/maven-site-plugin/blob/master/src/site/site.xml">site descriptor for Maven Site Plugin</a> for a real life example.</p>
 <ul>
 <li><a href="#Title">Title</a></li>
 <li><a href="#Banner">Banner</a></li>
@@ -362,4 +361,4 @@ All rights reserved.</p>
       </div>
     </footer>
   </body>
-</html>
\ No newline at end of file
+</html>