与其他团队共享模块的 jar

发布于 2025-01-03 14:18:46 字数 223 浏览 2 评论 0原文

我是 Maven 新手,试图弄清楚如何与我们的另一个团队共享模块的 jar 文件。他们正在开发另一个模块,他们的模块依赖于我们的模块。

这将是设置第 3 方 Maven 远程存储库的最佳解决方案吗? 正确的工具是什么?

我们使用 Hudson 来管理我们的集成环境构建。我开始研究 Artifactory 和 Hudson 的 Artifactory 插件。这是正确的做法吗?

谢谢。

I am new to maven and trying to figure out how to share the jar file of the module with our another team. They are developing another module and their module depends on our module.

Will it be the best solution to setup 3rd party maven remote repository ?
What will be the correct tools for this?

We use Hudson to manage our integration environment build. And I started looking into Artifactory and Artifactory plugin for Hudson. Is it correct approach?

Thanks.

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

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

发布评论

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

评论(2

孤君无依 2025-01-10 14:18:46

有 3 个主要的 Maven 存储库管理器需要考虑:

就我个人而言,我推荐 Nexus 。

要考虑的左字段选项是 Jenkins Maven 存储库插件。这使得 Jenkins 构建的 jar 能够作为 Maven 模块发布。 (Hudson 和 Jenkins 插件应该仍然兼容)

There are 3 main Maven repository managers to consider:

Personally, I would recommend Nexus.

A left field option to consider is the Jenkins Maven repository plugin. This enables the jar built by Jenkins to be published as a Maven module. (Hudson and Jenkins plugins should still be compatible)

隔纱相望 2025-01-10 14:18:46

是的,看看使用企业存储库管理器来部署您的工件并与其他团队共享。
你有:

  • artifactory
  • Nexus
  • apache archiva

Yes have a look at using a corporate repository manager to deploy your artifacts and share it with other teams.
You have:

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