mirror of https://github.com/apache/maven.git
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1397289 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
25669cfe13
commit
78a18e907d
|
@ -5,3 +5,4 @@ org.slf4j.simpleLogger.showLogName=false
|
||||||
org.slf4j.simpleLogger.logFile=System.out
|
org.slf4j.simpleLogger.logFile=System.out
|
||||||
org.slf4j.simpleLogger.levelInBrackets=true
|
org.slf4j.simpleLogger.levelInBrackets=true
|
||||||
org.slf4j.simpleLogger.log.Sisu=info
|
org.slf4j.simpleLogger.log.Sisu=info
|
||||||
|
org.slf4j.simpleLogger.warnLevelString=WARNING
|
2
pom.xml
2
pom.xml
|
@ -56,7 +56,7 @@
|
||||||
<modelloVersion>1.4.1</modelloVersion>
|
<modelloVersion>1.4.1</modelloVersion>
|
||||||
<jxpathVersion>1.3</jxpathVersion>
|
<jxpathVersion>1.3</jxpathVersion>
|
||||||
<aetherVersion>1.13.1</aetherVersion>
|
<aetherVersion>1.13.1</aetherVersion>
|
||||||
<slf4jVersion>1.7.1</slf4jVersion>
|
<slf4jVersion>1.7.2</slf4jVersion>
|
||||||
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
||||||
<!-- Control the name of the distribution and information output by mvn -->
|
<!-- Control the name of the distribution and information output by mvn -->
|
||||||
<distributionId>apache-maven</distributionId>
|
<distributionId>apache-maven</distributionId>
|
||||||
|
|
Loading…
Reference in New Issue