在 Nexus 中使用 Hosted repo
Usage of Hosted repo's in Nexus
我需要在 nexus 中使用托管存储库,以便从 nexus 中提取所有依赖项。我有来自不同来源的依赖项,但我需要从 nexus 中提取所有依赖项。我创建了一个托管存储库,但是当我单击 URL 时,它显示
"This maven2 hosted repository is not directly browseable at this
URL.
Please use the component browser or asset browser to inspect the
contents of this repository."
能否请您解释一下使用主机存储库从 nexus 中提取所有依赖项的描述性步骤。
提前致谢
首先,您需要使用此处提到的命令 mvn deploy
将要提取的所有依赖项上传到托管存储库 - Guide to deploying 3rd party JARs to remote repository.
上传完所有依赖项后,您可以通过顶部 Search Components
框中的 UI 浏览组件。您目前无法从 url 浏览存储库中的组件。
我需要在 nexus 中使用托管存储库,以便从 nexus 中提取所有依赖项。我有来自不同来源的依赖项,但我需要从 nexus 中提取所有依赖项。我创建了一个托管存储库,但是当我单击 URL 时,它显示
"This maven2 hosted repository is not directly browseable at this URL.
Please use the component browser or asset browser to inspect the contents of this repository."
能否请您解释一下使用主机存储库从 nexus 中提取所有依赖项的描述性步骤。 提前致谢
首先,您需要使用此处提到的命令 mvn deploy
将要提取的所有依赖项上传到托管存储库 - Guide to deploying 3rd party JARs to remote repository.
上传完所有依赖项后,您可以通过顶部 Search Components
框中的 UI 浏览组件。您目前无法从 url 浏览存储库中的组件。