您最喜欢的 Maven 存储库服务器是什么?

发布于 2024-10-20 15:42:23 字数 62 浏览 4 评论 0原文

您好,您更喜欢哪个 Maven 存储库服务器? Apache archive、Nexus 还是其他? 为什么?

HI,Which maven repository server do you prefer? Apache archiva , Nexus or other?
and why?

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

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

发布评论

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

评论(2

盛装女皇 2024-10-27 15:42:23

到目前为止我还没有使用过 archiva,除了 Artefactory 和 Nexus。通过artifactory,我们在部署大文件(数百兆)时发现了一个问题。据我记得,这个问题一般无法解决,因为它以某种方式绑定到了 jvm 可用的内存,但使用 Nexus,我们可以通过

<server>
    <id>...</id>
    <username>...</username>
    <password>...</password>
    <configuration>
        <wagonProvider>httpclient</wagonProvider>
    </configuration>
</server>

这使用不同的上传机制,这就是我们更喜欢 Nexus 的原因之一。

第二点:在新的 1.9 版本中,Nexus 附带了原型目录插件,它可以让您自动更新已部署的原型 - 据我所知,这对于神器来说是不可能的(但也许那里也做了一些事情) 。

到目前为止我们对 Nexus 很满意......

I haven't used archiva so far but Artefactory and Nexus. With artifactory we discovered a problem when deploying large files (some hundred megs). This could - as far as I remember - not be solved in general because somehow it was bound to the memory that was available to the jvm but with Nexus one has the possibiliy to use a different upload mechanism via

<server>
    <id>...</id>
    <username>...</username>
    <password>...</password>
    <configuration>
        <wagonProvider>httpclient</wagonProvider>
    </configuration>
</server>

that's one point why we prefer Nexus.

Second point: In the new 1.9 version Nexus comes with the archetype catalog plugin which gives you an automatic update of the archetypes you have deployed - as far as I know this is not possible with artifactory (but perhaps something has been done there as well).

So far we're happy with Nexus...

拥抱影子 2024-10-27 15:42:23

我喜欢 SpringSource Enterprise Bundle Repository。以下是他们的常见问题解答中描述 Maven 用法的相关部分:

http: //ebr.springsource.com/repository/app/faq;jsessionid=3E8902A07670379604AA54148A492D1D.jvm1#q8

I like the SpringSource Enterprise Bundle Repository. Here's the pertinent section of their FAQ that describes usage with Maven:

http://ebr.springsource.com/repository/app/faq;jsessionid=3E8902A07670379604AA54148A492D1D.jvm1#q8

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