This is an automated email from the ASF dual-hosted git repository. slachiewicz 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 c1ed74d fix(guides): include missing period c1ed74d is described below commit c1ed74d5052b3a976058f3a1b67ca5d496d0ec28 Author: Francis <15894826+francisf...@users.noreply.github.com> AuthorDate: Thu Feb 6 11:37:26 2020 -0800 fix(guides): include missing period Closes: #133 --- content/apt/guides/introduction/introduction-to-the-lifecycle.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apt/guides/introduction/introduction-to-the-lifecycle.apt b/content/apt/guides/introduction/introduction-to-the-lifecycle.apt index 755c7eb..8987d86 100644 --- a/content/apt/guides/introduction/introduction-to-the-lifecycle.apt +++ b/content/apt/guides/introduction/introduction-to-the-lifecycle.apt @@ -138,7 +138,7 @@ mvn clean dependency:copy-dependencies package Moreover, if a goal is bound to one or more build phases, that goal will be called in all those phases. Furthermore, a build phase can also have zero or more goals bound to it. If a build phase has no goals bound to it, - that build phase will not execute. But if it has one or more goals bound to it, it will execute all those goals + that build phase will not execute. But if it has one or more goals bound to it, it will execute all those goals. ~~~ ~~~ Check if the following is true for Maven 3... (<Note: In Maven 2.0.5 and above, multiple goals bound to a phase are executed in the same order as they are declared in the