Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚设置了 Archiva,我正在测试它。我正在尝试获取mysql-connector-java并且我希望它不会在内部存储库中找到它,从中央存储库下载它然后缓存它。
mysql-connector-java
但是,当我检查<archiva>/data/repositories/internal时,它是空的。管理页面中的浏览也是空的,搜索不会返回任何内容。
<archiva>/data/repositories/internal
我假设这意味着它没有存储工件,并且下次它将再次从中央存储库中获取它。我还假设我没有得到任何帮助,所以一些帮助会很棒。
我的错 - 我为存储库使用了错误的 URL。我有http://myrepo:8080/archiva并且它需要,http://myrepo:8080/archiva/repository/internal所以它会直接去中央回购。现在工作正常。
http://myrepo:8080/archiva
http://myrepo:8080/archiva/repository/internal