我有 Windows 共享存储库(例如 \myhost\myrepo )。我想从中检索文件,但我不知道如何。
包括我
<repositories>
<repository>
<id>MyRepo</id>
<name>My Repository</name>
<url>file://myhost/myrepo</url>
</repository>
</repositories>
在日志中我看到:
[DEBUG] Using connector WagonRepositoryConnector with priority 0 for file://myhost/myrepo
Downloading: file://myhost/myrepo/[groupId]/[artifactId]/[version]/[artifactId][version].jar
由于未解决的依赖关系,构建失败。