You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/17 19:01:06 UTC

[maven-site] branch master updated: MNGSITE-397 Improve wording on `Providing a uniform build system` in `Introduction` (#141)

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

elharo 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 8073a1f  MNGSITE-397 Improve wording on `Providing a uniform build system` in `Introduction` (#141)
8073a1f is described below

commit 8073a1f506bff7a5f089b5b0ba419203ff51965e
Author: Edinson E. PadrĂ³n Urdaneta <EP...@users.noreply.github.com>
AuthorDate: Tue Mar 17 14:01:01 2020 -0500

    MNGSITE-397 Improve wording on `Providing a uniform build system` in `Introduction` (#141)
---
 content/markdown/what-is-maven.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/markdown/what-is-maven.md b/content/markdown/what-is-maven.md
index d46ad44..a89c18e 100644
--- a/content/markdown/what-is-maven.md
+++ b/content/markdown/what-is-maven.md
@@ -52,7 +52,7 @@ details.
 
 ### Providing a uniform build system
 
-Maven allows a project to build using its project object model (POM) and
+Maven allows a project to be built using its project object model (POM) and
 a set of plugins that are shared by all projects using Maven, providing
 a uniform build system. Once you familiarize yourself with how one Maven
 project builds you automatically know how all Maven projects build