Author: jvanzyl
Date: Thu Oct 11 20:26:24 2012
New Revision: 1397289
URL: http://svn.apache.org/viewvc?rev=1397289&view=rev
Log:
o update to slf4j 1.7.2 which allows the customization of the WARN level label.
in the case of maven we vary slightly from all the standard logging
implementations in that we use the string WARNING instead of WARN. once this
change is made all the ITs pass again as all the failures were the result of
string searches anchored on WARNING.
Modified:
maven/maven-3/trunk/apache-maven/src/conf/logging/simplelogger.properties
maven/maven-3/trunk/pom.xml
Modified:
maven/maven-3/trunk/apache-maven/src/conf/logging/simplelogger.properties
URL:
http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/src/conf/logging/simplelogger.properties?rev=1397289&r1=1397288&r2=1397289&view=diff
==============================================================================
--- maven/maven-3/trunk/apache-maven/src/conf/logging/simplelogger.properties
(original)
+++ maven/maven-3/trunk/apache-maven/src/conf/logging/simplelogger.properties
Thu Oct 11 20:26:24 2012
@@ -5,3 +5,4 @@ org.slf4j.simpleLogger.showLogName=false
org.slf4j.simpleLogger.logFile=System.out
org.slf4j.simpleLogger.levelInBrackets=true
org.slf4j.simpleLogger.log.Sisu=info
+org.slf4j.simpleLogger.warnLevelString=WARNING
\ No newline at end of file
Modified: maven/maven-3/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1397289&r1=1397288&r2=1397289&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Thu Oct 11 20:26:24 2012
@@ -56,7 +56,7 @@
<modelloVersion>1.4.1</modelloVersion>
<jxpathVersion>1.3</jxpathVersion>
<aetherVersion>1.13.1</aetherVersion>
- <slf4jVersion>1.7.1</slf4jVersion>
+ <slf4jVersion>1.7.2</slf4jVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<!-- Control the name of the distribution and information output by mvn -->
<distributionId>apache-maven</distributionId>