将 Bintray 包链接到 JCenter
Linking Bintray Package to JCenter
我在 Bintray 中有一个名为 "tripod" 的包,它在这里:
https://bintray.com/bbende/bbende-maven/tripod
tripod包是一个标准多模块设置的Maven项目,根pom artifactId为tripod,子模块有tripod-search-api、tripod-search-solr、tripod -search-lucene.
在我的个人 Maven 存储库中,所有这些工件都发布在 groupId com.bbende.tripod 下,如下所示:
https://dl.bintray.com/bbende/bbende-maven/com/bbende/tripod/
当我使用 "tripod" 的主包页面上的 link 请求 link 将三脚架包发送到 JCenter 时,它最终 link 只得到了工件顶级 pom,如下所示:
http://jcenter.bintray.com/com/bbende/tripod/
您应该如何将整个包 link 发送到 JCenter?
我认为这是同一个问题,看起来需要 bintray/jcenter:
的某个人进行手动干预
Bintray does not sync one of the artifacts of the package to the jcenter
Bintray包以特定路径前缀链接到jcenter,这样基本路径下的所有子模块和版本将自动链接到jcenter,无需进一步手动干预。
您的包似乎链接在仅包含一个子模块的基本路径下,因此,其他子模块未链接到 jcenter。
在这种情况下,您应该联系 JFrog 支持以修复包含路径。在这种情况下,我们已经修复它并且所有子模块都正确链接到 jcenter。
此致,
伊塔马尔
我在 Bintray 中有一个名为 "tripod" 的包,它在这里:
https://bintray.com/bbende/bbende-maven/tripod
tripod包是一个标准多模块设置的Maven项目,根pom artifactId为tripod,子模块有tripod-search-api、tripod-search-solr、tripod -search-lucene.
在我的个人 Maven 存储库中,所有这些工件都发布在 groupId com.bbende.tripod 下,如下所示:
https://dl.bintray.com/bbende/bbende-maven/com/bbende/tripod/
当我使用 "tripod" 的主包页面上的 link 请求 link 将三脚架包发送到 JCenter 时,它最终 link 只得到了工件顶级 pom,如下所示:
http://jcenter.bintray.com/com/bbende/tripod/
您应该如何将整个包 link 发送到 JCenter?
我认为这是同一个问题,看起来需要 bintray/jcenter:
的某个人进行手动干预Bintray does not sync one of the artifacts of the package to the jcenter
Bintray包以特定路径前缀链接到jcenter,这样基本路径下的所有子模块和版本将自动链接到jcenter,无需进一步手动干预。
您的包似乎链接在仅包含一个子模块的基本路径下,因此,其他子模块未链接到 jcenter。
在这种情况下,您应该联系 JFrog 支持以修复包含路径。在这种情况下,我们已经修复它并且所有子模块都正确链接到 jcenter。
此致, 伊塔马尔