如何将 JOOQ 的 3.17 快照版本添加到 Maven 中?

发布于 2025-01-21 02:44:52 字数 61 浏览 4 评论 0原文

JOOQ是否将最新的非稳定版本推向Maven Central?还是我需要添加到pom.xml的一些快照回购?

Does JOOQ push the latest non-stable builds to maven central? Or is there some snapshot repo I need to add to pom.xml?

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

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

发布评论

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

评论(1

原谅我要高飞 2025-01-28 02:44:52

JOOQ是否将最新的非稳定版本推向Maven Central?

快照构建仅提供给付款客户,从这里获得: https://www.jooq.org/download /版本

还是我需要添加到pom.xml?

的一些快照回购

上面的网站提供ZIP文件下载。 zip文件包含两个脚本:

  • maven-install.shmaven-install.bat以本地安装快照文物,将其安装到您的本地存储库中(例如〜/ .m2
  • maven-deploy.shmaven-deploy.bat将快照文物部署到您的伪影存储库中,

还有其他选项,例如,使用<<当然,代码> Maven-install-Plugin 当然,或直接从源代码构建和安装快照

Does JOOQ push the latest non-stable builds to maven central?

Snapshot builds are offered only to paying customers, available from here: https://www.jooq.org/download/versions

Or is there some snapshot repo I need to add to pom.xml?

The above website offers ZIP file downloads. The ZIP file contains two scripts:

  • maven-install.sh and maven-install.bat to install the snapshot artifacts locally, to your local repository (e.g. ~/.m2)
  • maven-deploy.sh and maven-deploy.bat to deploy the snapshot artifacts to your artifact repository

There are other options, e.g. using the maven-install-plugin in your build, of course, or build and install the snapshots directly from source code

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