mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-14 07:03:54 +08:00
Move logback.xml so that it is not seen on its default location by the JVM running the tests
This commit is contained in:
@@ -193,7 +193,7 @@ public class MvndTestExtension implements BeforeAllCallback, BeforeEachCallback,
|
||||
final Path mvndPropertiesPath = testDir.resolve("mvnd.properties");
|
||||
final Path localMavenRepository = deleteDir(testDir.resolve("local-maven-repo"));
|
||||
final Path settingsPath = createSettings(testDir.resolve("settings.xml"));
|
||||
final Path logback = Paths.get("src/test/resources/logback.xml").toAbsolutePath();
|
||||
final Path logback = Paths.get("src/test/resources/logback/logback.xml").toAbsolutePath();
|
||||
final Path home = deleteDir(testDir.resolve("home"));
|
||||
final TestParameters parameters = new TestParameters(
|
||||
testDir,
|
||||
|
||||
Reference in New Issue
Block a user