You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2017/01/25 21:19:34 UTC

[02/30] maven git commit: [MNG-5836] put $maven.home/conf/logging first in classpath to avoid extension jar overriding logging config

[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/c516ef79
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c516ef79
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c516ef79

Branch: refs/heads/MNG-2199-IT
Commit: c516ef79aecdeef5297e44bb5e836e67ffa5336f
Parents: 079f6b3
Author: Herv� Boutemy <hb...@apache.org>
Authored: Sun Mar 13 08:53:03 2016 +0100
Committer: Herv� Boutemy <hb...@apache.org>
Committed: Sun Jan 22 17:17:11 2017 +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/c516ef79/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