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 mi...@apache.org on 2014/12/22 23:28:34 UTC

svn commit: r933686 - /websites/production/maven/content/plugins/maven-site-plugin/examples/sitedescriptor.html

Author: michaelo
Date: Mon Dec 22 22:28:34 2014
New Revision: 933686

Log:
[MNGSITE-214] Different versions of the Site Descriptor XSD are referenced (1.3.0 and 1.4.0)

Modified:
    websites/production/maven/content/plugins/maven-site-plugin/examples/sitedescriptor.html

Modified: websites/production/maven/content/plugins/maven-site-plugin/examples/sitedescriptor.html
==============================================================================
--- websites/production/maven/content/plugins/maven-site-plugin/examples/sitedescriptor.html (original)
+++ websites/production/maven/content/plugins/maven-site-plugin/examples/sitedescriptor.html Mon Dec 22 22:28:34 2014
@@ -212,7 +212,7 @@ Dennis Lundberg" />
 <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 class="externalLink" href="http://maven.apache.org/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 class="externalLink" href="http://maven.apache.org/xsd/decoration-1.3.0.xsd">http://maven.apache.org/xsd/decoration-1.3.0.xsd</a>.</p>
+<p>The XML Schema for the site descriptor is published at <a class="externalLink" href="http://maven.apache.org/xsd/decoration-1.6.0.xsd">http://maven.apache.org/xsd/decoration-1.6.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>
 <ul>
 <li><a href="#Title">Title</a></li>