[MNG-5836] put $maven.home/conf/logging first in classpath to avoid extension jar overriding logging config
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/3533599e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/3533599e Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/3533599e Branch: refs/heads/slf4j-gossip Commit: 3533599e42a4a563abca33a69ed0f34c19815479 Parents: 39c25ce Author: Hervé Boutemy <hbout...@apache.org> Authored: Sun Mar 13 08:53:03 2016 +0100 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sun Mar 13 08:53:03 2016 +0100 ---------------------------------------------------------------------- apache-maven/src/bin/m2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/3533599e/apache-maven/src/bin/m2.conf ---------------------------------------------------------------------- diff --git a/apache-maven/src/bin/m2.conf b/apache-maven/src/bin/m2.conf index 2991e0b..213dc55 100644 --- a/apache-maven/src/bin/m2.conf +++ b/apache-maven/src/bin/m2.conf @@ -3,6 +3,6 @@ main is org.apache.maven.cli.MavenCli from plexus.core set maven.home default ${user.home}/m2 [plexus.core] +load ${maven.home}/conf/logging optionally ${maven.home}/lib/ext/*.jar load ${maven.home}/lib/*.jar -load ${maven.home}/conf/logging