mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
Replace github.com/mvndaemon/mvnd references (#622)
As the repository is now hosted under `github.com/apache/maven-mvnd`.
This commit is contained in:
committed by
GitHub
parent
dd193f1b6b
commit
0288988d63
@@ -236,7 +236,7 @@ public class MvndTestExtension implements BeforeAllCallback, BeforeEachCallback,
|
||||
}
|
||||
|
||||
private static void prefillLocalRepo(final Path localMavenRepository) {
|
||||
/* Workaround for https://github.com/mvndaemon/mvnd/issues/281 */
|
||||
/* Workaround for https://github.com/apache/maven-mvnd/issues/281 */
|
||||
final String preinstallArtifacts = System.getProperty("preinstall.artifacts").trim();
|
||||
final Path hostLocalMavenRepo = Paths.get(System.getProperty("mvnd.test.hostLocalMavenRepo"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user