Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 Nexus2 迁移到 Nexus3,并尝试在此过程中进行一些清理。
我真的很想重命名一些我正在迁移的存储库,因为 repositoryID 不如存储库名称清晰。在 Nexus 3 中,repositoryId 和 repositoryName 是一样的,但是迁移需要 repositoryId 并删除 repositoryName。
有什么办法可以更改repositoryId?
不幸的是,NXRM3 中没有不同的 id 和 name 字段。
就我而言,他们必须选择一个来使用,那就是 id 因为 name 没有完整的验证以防止被重复。因此,他们将不得不编写某种可能仍然不正确的存储库名称翻译算法。