Replace github.com/mvndaemon/mvnd references (#622)

As the repository is now hosted under `github.com/apache/maven-mvnd`.
This commit is contained in:
Stephan Schroevers
2022-04-28 09:43:19 +02:00
committed by GitHub
parent dd193f1b6b
commit 0288988d63
7 changed files with 11 additions and 11 deletions

View File

@@ -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"));