Repository: logging-log4j2 Updated Branches: refs/heads/master 6dc2a5245 -> b054fe358
Fix typo Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b054fe35 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b054fe35 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b054fe35 Branch: refs/heads/master Commit: b054fe358ec82b29aa7715db326213263a86705d Parents: 6dc2a52 Author: Mikael Ståldal <mikael.stal...@magine.com> Authored: Fri Apr 21 09:59:06 2017 +0200 Committer: Mikael Ståldal <mikael.stal...@magine.com> Committed: Fri Apr 21 09:59:06 2017 +0200 ---------------------------------------------------------------------- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b054fe35/BUILDING.md ---------------------------------------------------------------------- diff --git a/BUILDING.md b/BUILDING.md index 722288e..e045e9b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -22,7 +22,7 @@ Note that building the site requires Maven 3.0.5, while everything else works fine with any version of Maven 3. Log4j 2.x uses the Java 9 compiler in addition to -the Java version installed in the path. This is accomplished by usin Maven's toolchains support. +the Java version installed in the path. This is accomplished by using Maven's toolchains support. Log4j 2 provides a sample toolchains XML file in the root folder. This may be used by modifying it and installing the file as toolchains.xml in the .m2 folder or by using -t ./toolchains-sample.xml when invoking Maven.