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 23:30:20 UTC

[maven-site] branch master updated: MNGSITE-398 Fix typos and make improvements in `Configuring Apache Maven` (#140)

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 699a2a5  MNGSITE-398 Fix typos and make improvements in `Configuring Apache Maven` (#140)
699a2a5 is described below

commit 699a2a59578efba5e6731974342a0013299dd4a9
Author: Edinson E. Padrón Urdaneta <EP...@users.noreply.github.com>
AuthorDate: Tue Mar 17 18:30:14 2020 -0500

    MNGSITE-398 Fix typos and make improvements in `Configuring Apache Maven` (#140)
---
 content/markdown/configure.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/content/markdown/configure.md b/content/markdown/configure.md
index 22702d7..0bb0577 100644
--- a/content/markdown/configure.md
+++ b/content/markdown/configure.md
@@ -22,8 +22,8 @@ in a number of places:
 
 ## `MAVEN_OPTS` environment variable:
 
-This variable contains parameters used to start up the JVM running Maven and can 
-be used to supply additional options to globally to Maven. E.g. JVM memory 
+This variable contains parameters used to start up the JVM running Maven and
+can be used to supply additional options to it. E.g. JVM memory
 settings could be defined with the value `-Xms256m -Xmx512m`.
 
 ## `settings.xml` file:
@@ -33,7 +33,7 @@ configuration for Maven usage across projects.
 
 ## `.mvn` folder:
 
-Located with in the projects top level folder, the files `maven.config`, `jvm.config`, and `extensions.xml`
+Located within the project's top level directory, the files `maven.config`, `jvm.config`, and `extensions.xml`
 contain project specific configuration for running Maven.
 
 This folder is part of the project and may be checked in into your version control.
@@ -78,8 +78,7 @@ Starting with Maven 3.3.1+ you can define JVM configuration via `${maven.project
 
         -Xmx2048m -Xms1024m -XX:MaxPermSize=512m -Djava.awt.headless=true
 
-You don’t need to remember of using this options in `MAVEN_OPTS` or switching between different configurations.
-in the end, add the following:
+You don't need to use these options in `MAVEN_OPTS` or switch between different configurations.
 
 ## Other guides