You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2018/09/26 21:18:15 UTC

[maven-site] branch master updated: Nits (#41)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b1e2839  Nits (#41)
b1e2839 is described below

commit b1e28392c57e6548e1c51a401954f8f3c9de9930
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed Sep 26 17:18:11 2018 -0400

    Nits (#41)
---
 content/apt/guides/mini/guide-multiple-modules.apt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/apt/guides/mini/guide-multiple-modules.apt b/content/apt/guides/mini/guide-multiple-modules.apt
index b24717b..4176ed5 100644
--- a/content/apt/guides/mini/guide-multiple-modules.apt
+++ b/content/apt/guides/mini/guide-multiple-modules.apt
@@ -43,13 +43,13 @@ Guide to Working with Multiple Modules
 
 ** Reactor Sorting
 
-  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.
+  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.
 
   The following relationships are honoured when sorting projects:
 
     * a project dependency on another module in the build
 
-    * a plugin declaration where the plugin is another modules in the build
+    * a plugin declaration where the plugin is another module in the build
 
     * a plugin dependency on another module in the build
 
@@ -57,7 +57,7 @@ Guide to Working with Multiple Modules
 
     * the order declared in the <<<\<modules\>>>> element (if no other rule applies)
 
-  Note that only "instantiated" references are used - <<<dependencyManagement>>> and <<<pluginManagement>>> elements will not cause a change to the reactor sort order
+  Note that only "instantiated" references are used - <<<dependencyManagement>>> and <<<pluginManagement>>> elements do not cause a change to the reactor sort order.
 
 ** Command Line Options