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 2018/09/26 21:20:14 UTC

svn commit: r1842053 - in /maven/website/content: guides/mini/guide-multiple-modules.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Wed Sep 26 21:20:14 2018
New Revision: 1842053

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/guides/mini/guide-multiple-modules.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/guides/mini/guide-multiple-modules.html
==============================================================================
--- maven/website/content/guides/mini/guide-multiple-modules.html (original)
+++ maven/website/content/guides/mini/guide-multiple-modules.html Wed Sep 26 21:20:14 2018
@@ -173,15 +173,15 @@ Karl Heinz Marbaise" />
 <li>Builds the selected projects in order</li></ul>
 <div class="section">
 <h4><a name="Reactor_Sorting"></a>Reactor Sorting</h4>
-<p>Because modules within a multi-module build can depend on each other, it is important that The reactor sorts all the projects in a way that guarantees any project is built before it is required.</p>
+<p>Because modules within a multi-module build can depend on each other, it is important that the reactor sorts all the projects in a way that guarantees any project is built before it is required.</p>
 <p>The following relationships are honoured when sorting projects:</p>
 <ul>
 <li>a project dependency on another module in the build</li>
-<li>a plugin declaration where the plugin is another modules in the build</li>
+<li>a plugin declaration where the plugin is another module in the build</li>
 <li>a plugin dependency on another module in the build</li>
 <li>a build extension declaration on another module in the build</li>
 <li>the order declared in the <tt>&lt;modules&gt;</tt> element (if no other rule applies)</li></ul>
-<p>Note that only &quot;instantiated&quot; references are used - <tt>dependencyManagement</tt> and <tt>pluginManagement</tt> elements will not cause a change to the reactor sort order</p></div>
+<p>Note that only &quot;instantiated&quot; references are used - <tt>dependencyManagement</tt> and <tt>pluginManagement</tt> elements do not cause a change to the reactor sort order.</p></div>
 <div class="section">
 <h4><a name="Command_Line_Options"></a>Command Line Options</h4>
 <p>No special configuration is required to take advantage of the reactor, however it is possible to customize its behavior.</p>

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