How to create soft links in nexus repositories

Suppose I created a repo named repo-test, and there are two subpaths called centos7 and common. I hope to link centos7 to common. That is, the packages in centos7 are soft links to common packages. How should I do it?

Unfortunately that isn’t a feature of Nexus, you would need to upload the package in the locations you desire

Ok, thank you