Author: svn-site-role
Date: Sat Jul 21 16:21:43 2018
New Revision: 1836412

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 Jul 21 16:21:43 
2018
@@ -318,7 +318,7 @@
 <li>The &lt;project/&gt; element is always on one line.</li>
 <li>The blocks are voluntary separated by a new line to improve the 
readingness.</li>
 <li>The dependencies in &lt;dependencies/&gt; and 
&lt;dependencyManagement/&gt; tags have no specific ordering. Developers are 
free to choose the ordering, but grouping dependencies by topics (like groupId 
i.e. <tt>org.apache.maven</tt>) is a good practice.</li></ol>
-<p><b>Note</b>: There existing two alternativs to change order of a pom file 
<a class="externalLink" href="https://www.mojohaus.org/tidy-maven-plugin/";>Tidy 
Maven Plugin</a> or the <a class="externalLink" 
href="https://github.com/Ekryd/sortpom";></a>.</p></div>
+<p><b>Note</b>: There existing two alternativs to change order of a pom file 
<a class="externalLink" href="https://www.mojohaus.org/tidy-maven-plugin/";>Tidy 
Maven Plugin</a> or the <a class="externalLink" 
href="https://github.com/Ekryd/sortpom";>Sortpom Maven Plugin</a>.</p></div>
 <div class="section">
 <h4><a name="XDOC_Code_Convention">XDOC Code Convention</a></h4>
 <p>For consistency and readability reasons, XDOC files should respect:</p>

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


Reply via email to