Repository: maven Updated Branches: refs/heads/master 4eb8bd60c -> 2a8f3c3a7
fixed markup Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2a8f3c3a Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/2a8f3c3a Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/2a8f3c3a Branch: refs/heads/master Commit: 2a8f3c3a73b338d8c97c691697762de4021881ad Parents: 4eb8bd6 Author: Hervé Boutemy <hbout...@apache.org> Authored: Sun May 29 09:16:54 2016 +0200 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sun May 29 09:16:54 2016 +0200 ---------------------------------------------------------------------- maven-embedder/src/site/apt/logging.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/2a8f3c3a/maven-embedder/src/site/apt/logging.apt ---------------------------------------------------------------------- diff --git a/maven-embedder/src/site/apt/logging.apt b/maven-embedder/src/site/apt/logging.apt index 477f4dc..340580a 100644 --- a/maven-embedder/src/site/apt/logging.apt +++ b/maven-embedder/src/site/apt/logging.apt @@ -54,7 +54,7 @@ Maven Logging Logging configuration loading is actually done by logging implementation, without any Maven extensions to support merging Maven installation configuration with per-user configuration for example: - `${maven.home}/conf/logging` directory was added to core's classpath (see `${maven.home}/bin/m2.conf`). See your implementation + <<<$\{maven.home}/conf/logging>>> directory was added to core's classpath (see <<<$\{maven.home}/bin/m2.conf>>>). See your implementation documentation for details on file names, formats, and so on. During Maven initialization, Maven tweaks default root logging level to match CLI verbosity choice. Since such feature isn't available