You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/06/22 20:48:00 UTC

svn commit: r787350 - /maven/components/branches/maven-2.2.0-RC/apache-maven/src/bin/m2.conf

Author: jdcasey
Date: Mon Jun 22 18:48:00 2009
New Revision: 787350

URL: http://svn.apache.org/viewvc?rev=787350&view=rev
Log:
[MNG-4207][MNG-4210] Change to using slf4j instead of commons-logging+log4j, which results in a cleaner configuration on the Maven side with less fuss.

Modified:
    maven/components/branches/maven-2.2.0-RC/apache-maven/src/bin/m2.conf

Modified: maven/components/branches/maven-2.2.0-RC/apache-maven/src/bin/m2.conf
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.0-RC/apache-maven/src/bin/m2.conf?rev=787350&r1=787349&r2=787350&view=diff
==============================================================================
--- maven/components/branches/maven-2.2.0-RC/apache-maven/src/bin/m2.conf (original)
+++ maven/components/branches/maven-2.2.0-RC/apache-maven/src/bin/m2.conf Mon Jun 22 18:48:00 2009
@@ -3,5 +3,4 @@
 set maven.home default ${user.home}/m2
 
 [plexus.core]
-load ${maven.home}/conf/log4j.properties
 load ${maven.home}/lib/*.jar