Ivy 和 Nexus 的 Sourceforge 组织财产

发布于 2024-08-08 05:14:07 字数 532 浏览 9 评论 0原文

当尝试使用以下设置时:

<dependency org="net.sourceforge.artifact" name="artifact" rev="2.0"/>

and:

<artifact pattern="http://localhost/nexus/content/repositories/releases/[module]/[artifact]/[revision]/[artifact]-[revision].[ext]" />

Nexus 期望

http:// ... net/sourceforge/artifact/artifact/revision/artifact.ext

但 net 和 sourceforge 被完全丢弃,如下所示:

http:// ... artifact/artifact/revision/artifact.ext

When trying to use the following settings:

<dependency org="net.sourceforge.artifact" name="artifact" rev="2.0"/>

and:

<artifact pattern="http://localhost/nexus/content/repositories/releases/[module]/[artifact]/[revision]/[artifact]-[revision].[ext]" />

Nexus expects

http:// ... net/sourceforge/artifact/artifact/revision/artifact.ext

but net and sourceforge are being completely dropped like so:

http:// ... artifact/artifact/revision/artifact.ext

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹂绝世的画 2024-08-15 05:14:08

在这种情况下使用的正确解析器是在 此处找到的 IBiblio 解析器。它将正确地将组织名称中的句点翻译为正确的 url。

The correct resolver to use in this case is the IBiblio resolver found here. It will properly translate the periods in the org name to the proper url.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文