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 sv...@apache.org on 2021/11/13 18:15:33 UTC

svn commit: r1894996 - in /maven/website/content: developers/conventions/code.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Sat Nov 13 18:15:32 2021
New Revision: 1894996

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/developers/conventions/code.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/developers/conventions/code.html
==============================================================================
--- maven/website/content/developers/conventions/code.html (original)
+++ maven/website/content/developers/conventions/code.html Sat Nov 13 18:15:32 2021
@@ -256,7 +256,7 @@
 <h4><a name="Generic_XML_Code_Convention">Generic XML Code Convention</a></h4>
 <p>No generic code convention exists yet for XML files.</p></section><section>
 <h4><a name="POM_Code_Convention">POM Code Convention</a></h4>
-<p>The team has <a class="externalLink" href="https://maven.40175.n5.nabble.com/Proposal-Pom-Code-Style-WAS-svn-commit-r670264-maven-plugins-trunk-maven-site-plugin-pom-xml-td210642.html#a210643">voted</a> during the end of June 2008 to follow a specific POM convention to ordering POM elements. The consequence of this vote is that the <a class="externalLink" href="https://maven.apache.org/ref/current/maven-model/maven.html">Maven project descriptor</a> is <b>no more</b> considered as the reference for the ordering.</p>
+<p>The team has <a class="externalLink" href="https://lists.apache.org/thread/h8px5t6f3q59cnkzpj1t02wsoynr3ygk">voted</a> during the end of June 2008 to follow a specific POM convention to ordering POM elements. The consequence of this vote is that the <a class="externalLink" href="https://maven.apache.org/ref/current/maven-model/maven.html">Maven project descriptor</a> is <b>no more</b> considered as the reference for the ordering.</p>
 <p>The following is the recommended ordering for all Maven POM files:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project xmlns=&quot;http://maven.apache.org/POM/4.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd&quot;&gt;
   &lt;modelVersion/&gt;

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