如何使用“可选”将 Gradle 项目发布到 Maven 存储库并“提供”范围?

发布于 2024-10-04 11:48:50 字数 80 浏览 2 评论 0原文

我看到 gradle 如何部署到 Maven 存储库,自动生成执行此操作所需的 POM。对于我设置为 true 和/或提供的依赖项,怎么会这样呢?

I see how gradle can deploy to a maven repository automatically generating the POM required to do it. How can this be so for dependencies that I would set to true and/or provided.

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

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

发布评论

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

评论(3

还如梦归 2024-10-11 11:48:50

GRADLE-784 提供了一个范围解决方法。

GRADLE-784 has a provided scope workaround.

幻想少年梦 2024-10-11 11:48:50

Gradle 插件“propdeps-plugin”解决了这个问题。

The Gradle plugin "propdeps-plugin" solves this.

半世晨晓 2024-10-11 11:48:50

WAR-Plugin(参见 http://gradle.org/war_plugin)现在提供
providedRuntime 和providedComplile。
但所提供的范围一般不存在。

The WAR-Plugin (see http://gradle.org/war_plugin) now offers
providedRuntime and providedComplile.
But the provided scope does not exist in general.

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