From 4a9deda994b650936fa25650e5ee7431781325a8 Mon Sep 17 00:00:00 2001 From: Laurent de Laprade Date: Tue, 5 Dec 2017 12:00:03 +0100 Subject: [PATCH 1/3] Typo fix : "The `lib/` directory contains a the JAR files" should be "The `lib/` directory contains the JAR files" --- chapter-installation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-installation.asciidoc b/chapter-installation.asciidoc index 2c36bf60..6dc2be59 100644 --- a/chapter-installation.asciidoc +++ b/chapter-installation.asciidoc @@ -173,7 +173,7 @@ lib/ ---- `LICENSE.txt` contains the software license for Apache Maven. The `lib/` -directory contains a the JAR files that contains the core of Maven. +directory contains the JAR files that contains the core of Maven. NOTE: Unless you are working in a shared Unix environment, you should avoid customizing the `settings.xml` in `conf`. Altering the From 381d4ddeffa2c7c6fe7a786a4f178495b7d188e4 Mon Sep 17 00:00:00 2001 From: Laurent de Laprade Date: Tue, 5 Dec 2017 13:27:40 +0100 Subject: [PATCH 2/3] Update chapter-installation.asciidoc fix typo --- chapter-installation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-installation.asciidoc b/chapter-installation.asciidoc index 2c36bf60..6dc2be59 100644 --- a/chapter-installation.asciidoc +++ b/chapter-installation.asciidoc @@ -173,7 +173,7 @@ lib/ ---- `LICENSE.txt` contains the software license for Apache Maven. The `lib/` -directory contains a the JAR files that contains the core of Maven. +directory contains the JAR files that contains the core of Maven. NOTE: Unless you are working in a shared Unix environment, you should avoid customizing the `settings.xml` in `conf`. Altering the From 78c18cab68866e1df41e5379dae9b95985f1fb2f Mon Sep 17 00:00:00 2001 From: Laurent de Laprade Date: Tue, 5 Dec 2017 15:29:21 +0100 Subject: [PATCH 3/3] typo fix --- chapter-simple-project.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-simple-project.asciidoc b/chapter-simple-project.asciidoc index ad7f402b..40649ab0 100644 --- a/chapter-simple-project.asciidoc +++ b/chapter-simple-project.asciidoc @@ -334,7 +334,7 @@ reports. Other, more specialized Maven plugins include plugins like the Hibernate3 plugin for integration with the popular persistence library Hibernate, the JRuby plugin which allows you to execute ruby as part of a Maven build or to write Maven plugins in Ruby. Maven also -provides for the ability to define custom plugins. A custom plugin can +provides the ability to define custom plugins. A custom plugin can be written in Java, or a plugin can be written in any number of languages including Ant, Groovy, beanshell, and, as previously mentioned, Ruby.