构建 Ivy 存储库。不同的工件类型有不同的工件模式吗?

发布于 2024-10-16 02:36:35 字数 452 浏览 1 评论 0原文

我想构建本地 ivy 存储库,其中包含工件类型 jar、源、javadocs。

我计划这样的存储库结构:

jars/mylib-1.0.jar
sources/mylib-source-1.9.jar
javadocs/mylib-javadoc-1.9.jar

我想对 javadoc 和源使用下一个工件模式(工件名称中带有 [type])

[module]/[revision]/[type]s/[artifact]-[type]-[revision].[ext]

,对 jars 使用下一个模式(工件名称中没有 [type])

[module]/[revision]/[type]s/[artifact]-[revision].[ext]

我如何才能实现这一点?

I want to build local ivy repository with artifacts types jars, sources, javadocs.

I plan such structure of repo:

jars/mylib-1.0.jar
sources/mylib-source-1.9.jar
javadocs/mylib-javadoc-1.9.jar

I want use next artifact pattern for javadocs and sources (with [type] in artifact name)

[module]/[revision]/[type]s/[artifact]-[type]-[revision].[ext]

and next pattern for jars (without [type] in artifact name)

[module]/[revision]/[type]s/[artifact]-[revision].[ext]

How I can achieve this?

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

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

发布评论

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

评论(1

羁绊已千年 2024-10-23 02:36:35

有趣的问题我需要更多时间来测试它。与此同时,您是否尝试过以下一些方法?

[module]/[revision]/[type]s/[artifact](-[type])-[revision].[ext]

如果 type 属性不存在,则不会使用该属性。

Interesting question I'd need some further time to test it out. In the meantime have you tried something along the following lines?

[module]/[revision]/[type]s/[artifact](-[type])-[revision].[ext]

If the type attribute is not present it will not be used.

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