1

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.

4

2 回答 2

3

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

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

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

于 2012-02-08T22:19:42.077 回答
0

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

  • 神器
  • 关系
  • 阿帕奇档案
于 2012-02-08T22:17:37.247 回答