Better instructions for building. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/afe9295b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/afe9295b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/afe9295b
Branch: refs/heads/LOG4J2-1442 Commit: afe9295b9fe2da98ce0a41fbf7d85890711d5f04 Parents: 272de26 Author: Gary Gregory <[email protected]> Authored: Thu May 4 22:35:26 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Thu May 4 22:35:26 2017 -0700 ---------------------------------------------------------------------- src/site/markdown/build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/afe9295b/src/site/markdown/build.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/build.md b/src/site/markdown/build.md index 2a4b29d..a4ccc7a 100644 --- a/src/site/markdown/build.md +++ b/src/site/markdown/build.md @@ -39,7 +39,8 @@ following when invoking Maven. [Windows] -t ./toolchains-sample-win.xml ``` -To build and install Log4j in your local Maven cache, from the root directory run: `mvn install` +To build and install Log4j in your local Maven cache, from the parent project directory, and +using Java 7 or 8, run: `mvn install` Note that if your `/etc/hosts` file does not include an entry for your computer's hostname, then many unit tests may execute slowly due to DNS lookups to translate your hostname to an IP address in
