Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Typos fix in Maven by Example book #51

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapter-installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion chapter-simple-project.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down