ivy - Nexus OSS 是否支持 Ivy 存储库代理?

标签 ivy nexus

这是 clear from Sonatype's website Nexus Pro 支持 Ivy 存储库代理。

但是,Nexus documentation没有提到这一点,而且无论如何也不清楚它是在描述 Nexus OSS 还是 Nexus Pro。

Nexus OSS 是否支持 Ivy 存储库代理?

最佳答案

您提到的链接回答了您的问题:

No. Ivy repositories are not supported by Nexus OSS or Pro at this time. However in most cases Maven repositories are the preferred choice mostly for interoperability with other build tools like Maven, SBT and others. More detail can be found in http://books.sonatype.com/nexu...

Nexus 实际上是 Maven 存储库的引用实现。无论人们喜欢与否,它已经成为 Java 二进制制品存储的事实上的标准。

值得庆幸的是,ivy 能够很好地支持从 Maven 存储库上传和下载工件。其次,ivy 存储库没有可用的存储库管理软件,所以我真的想不出不使用 Nexus 的理由。它允许我与使用 Maven、Gradle、SBT 等构建的其他 java 项目共享我的 ANT 构建...

关于ivy - Nexus OSS 是否支持 Ivy 存储库代理?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25910800/

相关文章:

java - 从 ivy 本地存储库中删除的 Ant 任务

maven - 用 maven-deploy-plugin 替换 nexus staging maven 插件

graphql - Prisma Schema 中的多态性——最佳实践?

java - 提供的 Ivy 依赖

java - 获取 Ivy :retrieve to not copy a jar into two configurations?

scala - SBT:有什么方法可以打印解析器列表?

nexus - 如何重命名 Nexus Repository 3 中的存储库?

npm - Nexus 3 NPM 代理返回 404

proxy - 防止 Nexus 提取被阻止的包元数据

ant - gradle什么时候以及如何解决其依赖关系?