mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-24 13:15:06 +00:00
Fix default logback configuration file
This commit is contained in:
@@ -140,7 +140,7 @@ public enum Environment {
|
|||||||
return LOGBACK_CONFIGURATION_FILE
|
return LOGBACK_CONFIGURATION_FILE
|
||||||
.systemProperty()
|
.systemProperty()
|
||||||
.orLocalProperty(mvndProperties, mvndPropertiesPath)
|
.orLocalProperty(mvndProperties, mvndPropertiesPath)
|
||||||
.orDefault(() -> mvndHome.resolve("conf/logging/logback.xml").toString())
|
.orDefault(() -> mvndHome.resolve("mvn/conf/logging/logback.xml").toString())
|
||||||
.orFail()
|
.orFail()
|
||||||
.asPath();
|
.asPath();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user