Nexus 3.1.0-04 OSS - 未在 repository/components 中看到 artifacts/assets

Nexus 3.1.0-04 OSS - no artifacts/assets seen in repository/components

我正在玩Nexus oss 3.1.0-04 OSS。我创建了一个名为 test 的新 Maven 样式存储库,它在浏览器上从 http://repo1.maven.org/maven2/org/apache/maven; After setting this up, I tried to view the contents of test repository but there is nothing seen. I get a "no component found in repository". Why is this? What is that am missing? If I type the URL http://repo1.maven.org/maven2/org/apache/maven 代理,我能够看到它的所有内容。

默认情况下,本地代理为空。获取组件的最佳方式是构建一个 maven 项目。当然,请确保您的 Maven 设置配置为指向 Nexus - https://books.sonatype.com/nexus-book/reference3/maven.html#maven-sect-single-group).

我还要补充一点,Nexus 3为此提供了一个任务:Publish Maven indexes - Maven 索引可用于将可用组件的索引下载到您的存储库,允许连接到它的用户使用索引来发现组件。该任务为所有或特定 Maven 存储库、托管、组或代理发布索引。此任务不会填充浏览 UI,我们有意这样做是为了让您只看到本地可用的组件和资产。更多关于这里的任务:https://books.sonatype.com/nexus-book/reference3/admin.html