【问题标题】:List of all artifacts in Nexus 2.14 repositoryNexus 2.14 存储库中所有工件的列表
【发布时间】:2017-01-31 18:29:57
【问题描述】:

我可以使用 REST 获取 Nexus 2.14 存储库中所有工件的列表吗?

【问题讨论】:

  • 你在寻找类似https://nexus:8081/nexus/service/local/repositories/central/content/org/apache/camel/camel-core/的东西吗?
  • @SubOptimal 不,我不是在搜索给定的 groupId 或 artifactId,但我需要给定存储库中所有工件的列表。背景是我正在我们公司服务器的不同 Nexus 存储库中搜索重复条目。
  • 也许你可以看看这里stackoverflow.com/questions/24957270/…

标签: java rest maven nexus


【解决方案1】:

一个简单但不是非常快速的解决方案是遍历 Nexus 中的“存储”目录。您可以轻松地从目录结构中恢复 GAV。

【讨论】:

    猜你喜欢
    • 2015-07-04
    • 1970-01-01
    • 2013-04-25
    • 2017-10-06
    • 2015-03-07
    • 2012-10-20
    • 1970-01-01
    • 2012-01-15
    • 2016-05-22
    相关资源
    最近更新 更多