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
|
||||
.systemProperty()
|
||||
.orLocalProperty(mvndProperties, mvndPropertiesPath)
|
||||
.orDefault(() -> mvndHome.resolve("conf/logging/logback.xml").toString())
|
||||
.orDefault(() -> mvndHome.resolve("mvn/conf/logging/logback.xml").toString())
|
||||
.orFail()
|
||||
.asPath();
|
||||
}
|
||||
|
Reference in New Issue
Block a user