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 2020/03/17 19:03:08 UTC

svn commit: r1875318 - in /maven/website/content: maven-site-1.0-site.jar what-is-maven.html

Author: svn-site-role
Date: Tue Mar 17 19:03:08 2020
New Revision: 1875318

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/maven-site-1.0-site.jar
    maven/website/content/what-is-maven.html

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

Modified: maven/website/content/what-is-maven.html
==============================================================================
--- maven/website/content/what-is-maven.html (original)
+++ maven/website/content/what-is-maven.html Tue Mar 17 19:03:08 2020
@@ -162,7 +162,7 @@ share JARs across several projects.
 <h3><a name="Making_the_build_process_easy"></a>Making the build process easy</h3>
 <p>While using Maven doesn&#x2019;t eliminate the need to know about the underlying mechanisms, Maven does provide a lot of shielding from the details.</p></section><section>
 <h3><a name="Providing_a_uniform_build_system"></a>Providing a uniform build system</h3>
-<p>Maven allows a project to build 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 saving you immense amounts of time when trying to navigate many projects.</p></section><section>
+<p>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 saving you immense amounts of time when trying to navigate many projects.</p></section><section>
 <h3><a name="Providing_quality_project_information"></a>Providing quality project information</h3>
 <p>Maven provides plenty of useful project information that is in part taken from your POM and in part generated from your project&#x2019;s sources. For example, Maven can provide:</p>
 <ul>